Hi,
We develop an application to control 2 gpib cards. One as an Input with NI-Device Plus driver (1.5) and the other one as an output with 488-2 Driver. I'd like to use LabWindows/CVI integrated functions in Visual Studio 2005.
The problem appears when importing an example project of NI-Device (wich is developped under Visual C++ 6.0) in Visual Studio 2005. The compilation crashes on unresolved external symbols.
Here is what I get in the log file:
nidmgpib.lib(CNiDeviceSpyAutoLogger.obj) : error LNK2019: symbole externe non résolu "__declspec(dllimport) public: char const * __thiscall type_info::name(void)const " (__imp_?name@type_info@@QBEPBDXZ) référencé dans la fonction "protected: char const * __thiscall CNiDeviceSpyAutoLogger::_GetDerivedClassName(class C4882Device const *)" (?_GetDerivedClassName@CNiDeviceSpyAutoLogger@@IAEPBDPBVC4882Device@@@Z)
.\Debug/MultiGpibDevice.exe : fatal error LNK1120: 1 externes non résolus
Thanks a lot.
Regards,
Nicolas R.