LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwindows CVI and debugging MSVC++ dll

Solved!
Go to solution

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 ?

0 Kudos
Message 1 of 2
(3,774 Views)
Solution
Accepted by mkossmann

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

0 Kudos
Message 2 of 2
(3,757 Views)