vb6 debugging .exe to .dll -


Perhaps a question has already been asked. Please guide me on any questions I can answer to my question ...

I have VB6 .exe which is VB6 . Dll calls I would like to debug .dll from .exe code.

Any ideas about how to achieve this? It has been a very long time since it was played with vb6.

Thanks

Open both VB6 projects in a VB6 IDE (a VB Project Group ... creates and uses the .vbg file extension if I remember correctly) Also, set debugging in the class module.

Comments