Message-ID: <3ece8d40$0$79346$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: Problems with DJDIR Newsgroups: comp.os.msdos.djgpp References: <001101c32150$fc725f00$1502a8c0 AT bremen DOT nederland2 DOT local> User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 23 May 2003 21:06:08 GMT Lines: 36 NNTP-Posting-Host: speedy.ludd.luth.se X-Trace: 1053723968 news.luth.se 79346 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jacob van Iwaarden wrote: : I am running WINNT 4.0 SP6a (German) : I wanted to start programming with C++ and bought a book from Stephen R. Davis about C++. He recommended to download your programms. I Installed as it is described in the Readme.1st. (You need to configure your mail tool to break lines at ~70 columns.) : When I start Rhide, I get an error message that the Envirement variable DJDIR has not been set (or not correct). In the Readme.1st should be an explanation how to set it. : My Programm is installed in D:\programme\djgpp : I entered the Envirement Variable DJDIR with the Value D:\programme\djgpp in the System when I enter SET in a DOS Box I get the right value back. : The problem still exists. Can you help me? You should set the variable DJGPP to whereever you installed DJGPP. (Use DJGPP instead of DJDIR above.) Now might be some another problems. Do you have a LFN driver installed? If not, then you should use "D:\programm" or "D:\progra~1" or some other short file name WINDOZE invented for you instead of "D:\programme". The easiest way to correct this is to install DJGPP into "D:\DJGPP" instead (note no more than 8 characters per directory). : Second (Smaller) problem. Davis writes to add the line : LANGUAGE=DE in the djgpp.env, to make Rhide run in German. This Line also doesnt work. : Can you help me with this also? That's bad advice. You should (almost) never edit DJGPP.ENV. Just add that variable and its value whereever you added DJGPP. Right, MartinS