Mail Archives: djgpp/2001/07/04/19:29:42
> I am looking for some debug tools that help me to track a nasty bug in a
> graphic program. Any tips of what I might use?
>
> In the distant past I used MMS 1.2, but this works poorly with newer
> versions of GCC. It seems to have problems with one of standard header
> files. Are there any experiences with GCC/G++ 2.95.3 in combination with MSS
> 1.2?
Yes, it does not build with G++ headers from 2.95.x, because MSS mostly
defines new and delete as a preprocessor symbols. This does not work well
with operator overloading in affected headers. A crude but working workaround
is to add #ifndef MSS guards there. Otherwise it works OK.
Laurynas
- Raw text -