04-21-2016 03:04 AM
We are using a DLL written LabWindows/CVI as code module for Teststand . This DLL calls a DLL written in MSVC++. Is there any chance to use the Labwindows/CVI debugger to debug into this MSVC++ DLL ( if this MSVC++ DLL is build with the "right" options) ? Or is this possible only using the MSVC++ Development environment ?
Solved! Go to Solution.
04-22-2016 01:35 AM
Hello mkossmann,
CVI's compiler generates different type of debug info than MSVC.
The CVI debugger doen't understand debug info generated by MSVC so you can't debug the dll compiled in MSVC.
Constantin