LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

MSVC app with CVI OBJ: Runtime library: Debug Multithreaded DLL

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.
0 Kudos
Message 1 of 1
(3,055 Views)