Abdelrazak Younes wrote:
Yes, the dependency file works. The MSVC Express IDE doesn't support
Windows 9x, so you'll have to use remote debugging
What's that?
Compiling on one computer and debugging on another. Microsoft provides a
tool that allows you to do so.
or just the debug log. The standard '-dbg all' output doesn't seem to
help, the only output before it crashes is: 'Setting debug level to all'.
That's not going to help... I guess the only solution is gcc then.
If you add more debug output it may be possible to track the issue
without having to setup remote debugging.
Joost