Debugging vc++6 DLL in vb6
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I created a DLL in VC++ 6.0. I am using it in VB 6.0. I need to debug the DLL when I call a function in the DLL. How do I do it from VB6? :rose::rose: 1fm1fu
-
I created a DLL in VC++ 6.0. I am using it in VB 6.0. I need to debug the DLL when I call a function in the DLL. How do I do it from VB6? :rose::rose: 1fm1fu
You are trying to do this backwards. What you do is create the VB6 application that calls the C++ DLL and then debug the DLL in the C++ debugger. Robert