borland cpp builder with winpkfilter

Home Forums Discussions Support borland cpp builder with winpkfilter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4965
    dalgin
    Participant

      hello I never developed on windows (mostly linux) and needed to develop an app for windows.
      I downloaded the borland tools and winpkfilter trial version. problem is, I dont know how to compile the sample provided with winpkfilter.

      I am trying to compile PAssThru in cbuilder folder.

      I use:
      bcc32.exe PassThru.cpp

      it gives me many unrsolved external sybol errors. I understand that these are caused by the linker and I probably have to link it with ndisapi.dll, but I dont know how to do this.

      Please help!! 😕

      #5863
      Vadim Smirnov
      Keymaster

        I am trying to compile PAssThru in cbuilder folder.

        I use:
        bcc32.exe PassThru.cpp

        Hmm, I would start Borland C++ Builder, select File->Open Project, browse to PassThru.bpr and open it. After this I would click Project->Build PassThru.

        it gives me many unrsolved external sybol errors. I understand that these are caused by the linker and I probably have to link it with ndisapi.dll, but I dont know how to do this.

        Actually, you have to link to ndisapi.lib (stub library for ndisapi.dll).

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.