Got build error on VC project

Home Forums Discussions Support Got build error on VC project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5265
    mike
    Participant

      Hello , I got below error when I built my progrom.

      Error 1 error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall CNdisApi::CNdisApi(wchar_t const *)” (__imp_??0CNdisApi@@QAE@PB_W@Z) referenced in function “void __cdecl `dynamic initializer for ‘api”(void)” (??__Eapi@@YAXXZ) MyFilter.obj

      I got this error on code “CNdisApi api;” I have already put the ndisapi.lib file full path to the “additional dependancies” setting. any other settings I need to set? thanks!

      #6774
      Vadim Smirnov
      Keymaster

        Looks like ndisapi.lib still does not link into your application for some reason…

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