vampie

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Installing your Driver #7157
    vampie
    Participant

      Hello,

      We decided to use your silent installing from your setup.
      Could you please provide us NON REBOOTING version of setup.exe ?

      We need this because after your setup we will setup our product without rebooting and then our setup will reboot machine.

      Thanks,

      in reply to: MSVC 2012/ 2010 #7151
      vampie
      Participant

        //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?

      Viewing 2 posts - 1 through 2 (of 2 total)