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!