remote debug

  • Thread starter Thread starter Greg Chu
  • Start date Start date
G

Greg Chu

Hi,

I have a VC++ 6.0 app on the target machine, if I want to configure remote
debugging. Whare are all the files needed.

I found msvcmon.exe tlnot.dll, dm.dll, msdis110.dll

but missing msvcrt.dll, msvcp60.dll

this is very different from .net files
Thanks!
 
Greg,

Copy manually file by file that is required, and make a list. You probably
won't need to copy more than 10 files.

Or start msvcmon on your dev machine. And use debugger to break in msvcmon
and see what modules are loaded.

But first solution is probably simpler.

Regards,
Slobodan
 
Back
Top