X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: What is wrong with my installation? Date: Fri, 19 Jun 2009 14:38:49 -0700 (PDT) Organization: http://groups.google.com Lines: 41 Message-ID: References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1245447529 12678 127.0.0.1 (19 Jun 2009 21:38:49 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 19 Jun 2009 21:38:49 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: l8g2000vbp.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I know this isn't much help, but most people don't use RHIDE, and it's no longer developed and slightly buggy under modern Windows at least. So I would suggest trying without RHIDE. If it works fine without, then you've either setup RHIDE incorrectly or its a bug (that won't be fixed). Sorry, try compiling inside GNU Emacs or JED or FED, and see if that's better. P.S. DJ, what's the holdup on GCC 4.4.0 being added to the Zip Picker? On Jun 18, 1:31=A0am, Varuna Seneviratna wrote: > > You are right DJ when I use the batch file to open a command prompt > window everything works, even the rhide does not display that DJGPP is > not set.Thanks for the help.Now I am faced with another problem > > 1 How to get the rhide help system working? > =A0=A0=A0 When the Help menu is accessed a message is displayed " Can't o= pen > the help file 'rhide' > 2 The below program > =A0=A0=A0 #include > =A0=A0=A0 #include > int main() > { > =A0=A0=A0=A0=A0 cout<<"Hello World" << endl; > =A0=A0=A0=A0=A0 return 0; > > } > > when executed the output "Hello World" just come and goes in a split > of a second.How do I make it stay.This is with when compiled and run > inside rhide.I used #include and getch() But rhide gives error > messages > > lib: No such file or directory > conio:No such file or directory > > What is wrong with my installation?