| delorie.com/archives/browse.cgi | search | 
| 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: | <ccafe74c0906171030w176ec6f9t792498f5b40fbdf0 AT mail DOT gmail DOT com> | 
| <200906171807 DOT n5HI73Y8003139 AT envy DOT delorie DOT com> | |
| Date: | Thu, 18 Jun 2009 02:30:26 +0530 | 
| Message-ID: | <ccafe74c0906171400i6462d0c1g6d0217fe4e44e04e@mail.gmail.com> | 
| Subject: | Re: What is with my Installation | 
| From: | Varuna Seneviratna <varunaseneviratna AT gmail DOT com> | 
| To: | DJ Delorie <dj AT delorie DOT com> | 
| Cc: | djgpp AT delorie DOT com | 
| 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 | 
--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 <iostream>
    #include <conio>
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 <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?
2009/6/17 DJ Delorie <dj AT delorie DOT com>
>
> 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<br><br>1 How to get th=
e rhide help system working?<br>
=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'<br>2 The below program<br=
>=C2=A0=C2=A0=C2=A0 #include <iostream><br>=C2=A0=C2=A0=C2=A0 #includ=
e <conio><br>int main()<br>{<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 cout&l=
t;<"Hello World" << endl;<br>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 return 0;<br>}<br><br>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<br>
<br>lib: No such file or directory<br>conio:No such file or directory<br><b=
r>What is wron with my installation?<br><br><br><div class=3D"gmail_quote">=
2009/6/17 DJ Delorie <span dir=3D"ltr"><<a href=3D"mailto:dj AT delorie DOT com=
">dj AT delorie DOT com</a>></span><br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Are you opening a command window via the batch file, or from the start<br>
menu? =C2=A0If you use the batch file, it will set the variables you need,<=
br>
otherwise you need to make sure they get set somehow - type "set"=
 from<br>
the same prompt you type "gcc" at, and make sure they're set =
properly.<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Kind Regards Varuna<br>=
<br>Varuna Seneviratna<br>No 514 Udumulla Road<br>Battaramulla<br>Sri Lanka=
<br>Tel : 011-2888620<br>Mobile:0715617141<br>
--0016e64eca36a240e7046c9194d7--
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |