X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and RHIDE Date: Wed, 12 May 2004 19:58:38 +1000 Organization: HOME Message-ID: References: <000001c43207$a920de80$f088e783 AT emilda> <8to2a0ha3gj2jhjfi8m6jv15hc879uugmr AT 4ax DOT com> X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 15 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1084355337 news.syd.swiftdsl.com.au 2297 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >>I'm using DJGPP and RHIDE. I've a problem when I try to use the RHIDE. >>The problem is, when I try to open a file, the RHIDE program >>automatically close. Could anyone help me? >This can happen when you have a parse or syntax error. Like #if ... >#endif statements which don't match, or { ... } which don't match. Or >{ ... } inside #if ... #endif statements which don't match. This will give compilation error and not close the file when trying to load it. >It could also happen if your file is too long, although this is >unlikely. 100% agree. Andrew