Home › Forums › Discussions › Support › MSVC 2012/ 2010 › Re: Re: MSVC 2012/ 2010
October 23, 2013 at 8:41 pm
#7151
//CNdisApi (const TCHAR* pszFileName = _T(DRIVER_NAME_A));
CNdisApi (const TCHAR* pszFileName = L”NDISRD”);
I have changed the above lines now I am getting:
main.obj : error LNK2019: unresolved external symbol “__declspec(dllimport) public: __thiscall CNdisApi::CNdisApi(unsigned short const *)” (__imp_??0CNdisApi@@QAE@PBG@Z) referenced in function _main
Any idea?