Debugging on Win9x?

  • Thread starter Thread starter Gernot Frisch
  • Start date Start date
G

Gernot Frisch

Hi,

I have recompiled a VC+ 6 project to VC++ 7.1 (native code - am I OT
here?). Everything went smoothly, but now, after 6 month of work, when
I want to run the program for the first time on Win9x it crashes
before any window appears. I don't know what's wrong and I don't know
where or something.
Can anyone help me how to find the line number or something where the
program crashes? Can I perform a remote debugging? We have a domain
network here, so the computers won't be able to communicate easily.
Line numbers would help a lot.


Thank you,

--
-Gernot

Post here, don't email. If you feel you have to mail, revert my
forename from:
(e-mail address removed)
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
 
Can I perform a remote debugging?

You should be able to. Have a look on MSDN for information on msvcmon.

Dave
 
Back
Top