07-23-2007 01:47 PM
Hi,
I wrote a simple labview program that calls a DLL function, which was written in C++ (6.0).
I am trying to improve the debugging process. Currently, when I debug my labview program, I cannot trace/step into/debug anything beyond the DLL function call.
Can I run the C++ program (the DLL) I have in the debug mode, which is to automatically launch the labview program. The labview program is executed and when the DLL function call gets executed, I should automatically come back to C++ and debug the DLL functions.
If this is possible, could you please help me! I read in this forum that the project settings in C++ needs to be modified, but How and to what?
I tried building an executable of the labview program...in project settings (in VC++), I copied that path to the labview executable app in the Project -> Settings -> Debug tab -> "Executable for debug session". This attempt was not helpful at all.
Thank you!
07-24-2007 08:07 AM