Hello,
I'm using LabWindows/CVI object file (data socket application) into the MSVC application with other visualization codes. The problem I encounter is that the visualization code uses multithreaded dll (setting>c++>code generation>runtime library> Debug Multithreaded DLL). But when I try LabWindows/CVI object file in MSVC, it complaints with several link errors. Below are the error messages:
ROJECT3RECEIVE.obj : error LNK2001: unresolved external symbol __chkesp
PROJECT3RECEIVE.obj : error LNK2001: unresolved external symbol _sprintf
dataskt.lib(dsimplib.obj) : error LNK2001: unresolved external symbol _sprintf
PROJECT3RECEIVE.obj : error LNK2001: unresolved external symbol __fltused
LINK : error LNK2001: unresolved external symbol _mainCRTStartup
Debug/DataSocketTest.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
DataSocketTest.exe - 6 error(s), 0 warning(s)
It seems the only option allowed to LabWindows/CVI data socket is "Debug Singlethreaded".
Is there any way to make it Debug Multithreaded DLL ?
Hope someone has solution for this.
Thanks.