From: Michael Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: Almost had enough!!! Date: Mon, 22 Feb 1999 17:28:23 -0700 Organization: Home Lines: 28 Message-ID: <36D1F627.36306EA@hotmail.com> References: <36CF71C4 DOT 60A977B2 AT hotmail DOT com> <7aorv4$mr6$1 AT nnrp1 DOT dejanews DOT com> <36D0C215 DOT 4C4AEA30 AT hotmail DOT com> <36D0F274 DOT 9E1 AT seidata DOT com> NNTP-Posting-Host: calppp157176.3web.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: iceman.tac.net 919729728 22098 209.197.157.176 (23 Feb 1999 00:28:48 GMT) X-Complaints-To: abuse AT tac DOT net NNTP-Posting-Date: 23 Feb 1999 00:28:48 GMT X-Mailer: Mozilla 4.5 [en]C-NECCK (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Marvin G Wise Jr wrote: > I was successful in compiling both win32 and DOS programs. However, I > did not set up RSXNTDJ the way that the RSXNTDJ help file suggests, > because it just didn't work. Same. > I did fine however a working setup given > by George Foot. I can't remember the exact url right now, bit if you go > to the WinAllegro website there is a link to his site there.... That's the set up that I am using at the moment and it still won't compile c++ code. Just give this a try: using a windows program that already works rename it to a cpp extension (.cc or .cpp works fine) then try and recompile it. It comes up with the stab strings error on every program. You get the same error message if it is actually real c++ code instead of just a renamed c file. So it works with c code fine but you get the stab strings error with c++ code. Please post if the little test works Thanks, Mike