From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with MSS Date: Wed, 11 Jul 2001 21:19:45 +0200 Organization: Planet Internet Lines: 24 Message-ID: <9ii8ag$rtu4$1@reader03.wxs.nl> References: <9hvp4j$e3kc$1 AT reader03 DOT wxs DOT nl> <20010705002154 DOT A323 AT lauras DOT lt> NNTP-Posting-Host: ipc3797b20.dial.wxs.nl X-Trace: reader03.wxs.nl 994878608 915396 195.121.123.32 (11 Jul 2001 19:10:08 GMT) X-Complaints-To: abuse AT wxs DOT nl NNTP-Posting-Date: 11 Jul 2001 19:10:08 GMT X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Laurynas Biveinis" wrote in message news:20010705002154 DOT A323 AT lauras DOT lt... > > > > 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. Can you explain this in detail? Where do I have to place the guards?