From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with MSS Date: Wed, 11 Jul 2001 21:17:50 +0200 Organization: Planet Internet Lines: 25 Message-ID: <9ii870$rgle$1@reader03.wxs.nl> References: <9hvp4j$e3kc$1 AT reader03 DOT wxs DOT nl> <3B436CC3 DOT 83AE28E1 AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: ipc3797b20.dial.wxs.nl X-Trace: reader03.wxs.nl 994878496 901806 195.121.123.32 (11 Jul 2001 19:08:16 GMT) X-Complaints-To: abuse AT wxs DOT nl NNTP-Posting-Date: 11 Jul 2001 19:08:16 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 "Richard Dawe" wrote in message news:3B436CC3 DOT 83AE28E1 AT phekda DOT freeserve DOT co DOT uk... > Hello. > > jansb000 wrote: > > 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? > > Why does it work poorly with newer versions of GCC? I ask, because I use > it with gcc 2.95.3 on a couple of projects. I haven't checked the memory > log files for a while though... The manual says that you must include at the start of each file. If I do this it appears that there is some conflict with one of the header files that comes with the standard distribution. Please see the other posting in this thread. Its probably occuring with C++ only. I tried to add the following options to my command-line: -DMSS -include c:\djgpp\include\mss.h How do you use MSS?