remote debug

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!
 
S

Slobodan Brcin

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Remote debugging 7
Remote debugging 1
Anyone got remote debug work with VC6.0? 4
Where to get missing msvcp70.dll? 1
Visual Studio ""ON" XPe 2
How to debug a DLL? 1
DLL not found 4
Debugging a DLL 1

Top