X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qHTR+JtCnpWJcdBy8rrGW9HR/svkZT0kBaertaIIUFc=; b=weiYnw/c0s4jOCa1UHBL2UJO2CIhXqQSPQ6aKtf0SDlqVFbXbupSmPKt0so8UkVI6s FpFvcuNksXASwWhcrZb2DIYO47xkoa9ecIPL0mwRz9t5HJeQ/JIyPoS0gixKCgBdt2Yv HpbDbU/UljTbzzoIsYoXVIbLBzPbW9N54ZH6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=mccoKLz7qQr6s/m0XKAsLn70vqWDvdB/zPmnBhZ53jioWUZM321JSnOUzOkT+JOTIW li42bywg/uwnUX80OWdD1rYRQoq0LuShw5CiDcwnK0Zq3RJcI8Ksjt5Gb8diPd+y8s/W YlPIKVCAOF/9ccckkPW6bQT7Uj6+SWFick8ns= MIME-Version: 1.0 In-Reply-To: <200906171807.n5HI73Y8003139@envy.delorie.com> References: <200906171807 DOT n5HI73Y8003139 AT envy DOT delorie DOT com> Date: Thu, 18 Jun 2009 02:30:26 +0530 Message-ID: Subject: Re: What is with my Installation From: Varuna Seneviratna To: DJ Delorie Cc: djgpp AT delorie DOT com Content-Type: multipart/alternative; boundary=0016e64eca36a240e7046c9194d7 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --0016e64eca36a240e7046c9194d7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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? When the Help menu is accessed a message is displayed " Can't open the help file 'rhide' 2 The below program #include #include int main() { cout<<"Hello World" << endl; 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 wron with my installation? 2009/6/17 DJ Delorie > > Are you opening a command window via the batch file, or from the start > menu? If you use the batch file, it will set the variables you need, > otherwise you need to make sure they get set somehow - type "set" from > the same prompt you type "gcc" at, and make sure they're set properly. > -- Kind Regards Varuna Varuna Seneviratna No 514 Udumulla Road Battaramulla Sri Lanka Tel : 011-2888620 Mobile:0715617141 --0016e64eca36a240e7046c9194d7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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.Tha= nks for the help.Now I am faced with another problem

1 How to get th= e rhide help system working?
=C2=A0=C2=A0=C2=A0 When the Help menu is accessed a message is displayed &q= uot; Can't open the help file 'rhide'
2 The below program=C2=A0=C2=A0=C2=A0 #include <iostream>
=C2=A0=C2=A0=C2=A0 #includ= e <conio>
int main()
{
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cout&l= t;<"Hello World" << endl;
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;
}

when executed the outp= ut "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 #inc= lude <conio> and getch() But rhide gives error messages

lib: No such file or directory
conio:No such file or directory
What is wron with my installation?





--
Kind Regards Varuna
=
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka=
Tel : 011-2888620
Mobile:0715617141
--0016e64eca36a240e7046c9194d7--