From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: a little over whelmed, could use a hand Date: Wed, 09 Oct 2002 20:09:40 +1000 Organization: ECLiPSE Lines: 40 Message-ID: References: <4 DOT 2 DOT 0 DOT 58 DOT 20021008223753 DOT 00f0a760 AT 127 DOT 0 DOT 0 DOT 1> <3DA3CBED DOT E37A6C33 AT ma DOT tum DOT de> NNTP-Posting-Host: p110-tnt7.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1034158185 8600 203.173.144.110 (9 Oct 2002 10:09:45 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Wed, 9 Oct 2002 10:09:45 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In the original email you say:- > After all that I'm STILL getting: > On an attempt to Compile "Bad command or file name", "no errors" > If I try to Run it I get "Program Exit Code: 0 (0x0000)" and it whurfs...er... crashes What are you running when you get the "bad command......"? Looks like a path problem. What are you trying to run when you get the program exit? BTW: Do you knopw how to use RHIDE? If not I suggest that you read the Rhide docs and especially about projects and compiling as these are probably where the prohblem is. ..SNIP... >Make sure you use the djgpp's unzip32, or some other unzip that doesn't >support long file names. If you install with WinNT long file names, C++ >programs won't compile. Another option is to use pkunzip >instead (see the MS-DOS install instructions) or read the FAQ about the >NameNumericTail registry key. This is wrong!!!!! On 2K and XP make sure you use a ZIP that DOES support LFN. On NT 4.0 make sure you either:- a) Use a ZIP program that only support SFN b) Use a ZIP program that support LFN and the NT 4.0 LFN tsr >Rather than edit your autoexec files and/or global environment, you may >wish to create a djgpp shortcut instead. To do this, create a >c:\djgpp\djgpp.bat that has lines like this: > >@echo off >set PATH=c:\djgpp\bin;%PATH% >set DJGPP=c:\djgpp\djgpp.env >chdir c:\djgpp\mystuff (or any other directory) >command On W2K and XP use command.com and not cmd.exe as you will get less problems with command.com. Andrew