Debug a VC++ DLL from VBA
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible? How can I trace through my DLL Code from VB? or hell, how do you debug a VC++ DLL normally ? Ryan Baillargeon Software Specialist Fuel Cell Technologies Inc.
1. Load the VC project of DLL, 2. set the breakpoints, 3. set the "Executable for debug session" (and m.b. Program argument etc.) in project's Settings, 4. "Go" for debug the DLL. 5. ignore the VC question about "Debug info was not found for ..." 6. after loading the <Executable>, e.g. VB6.EXE or Excel.EXE, set the its breakpoints if need and run the project. With best wishes, Vita