Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4750465
By: keithmarshall

Looks like you found the appropriate solution :-)

Just for the record, as I understand it Kees uses the MinGW port of the GNU
Compiler Collection to build the GnuWin32 binaries.  Even if he had built with
debugging symbols enabled, you would not have been able to use it with 
Microsnot's
debugger, for the two compilers use completely different, and thoroughly 
incompatible
formats for the debugging info.  To debug binaries built with GCC, you need
to use the GNU Symbolic Debugger, GDB, (which of course, AFAIK, doesn't 
understand
Microsnot's debugging symbols).  You cannot mix the two incompatible formats
of debugging info, with any realistic expectation of usability.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to