From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: RHIDE setup help! Lines: 22 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Message-ID: Date: Tue, 02 Mar 1999 23:04:23 GMT NNTP-Posting-Host: 142.194.222.181 X-Trace: tundra.ops.attcanada.net 920415863 142.194.222.181 (Tue, 02 Mar 1999 23:04:23 GMT) NNTP-Posting-Date: Tue, 02 Mar 1999 23:04:23 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a common problem when running RHIDE from Windows. Have you made a Windows shortcut to run RHIDE? If so, the "working directory" it's RHIDE's first choice in saving .o and .exe files because that's where Windows tells it where it's running from. If so, try this: use an MS-DOS prompt to go to the directory of your source code and THEN run RHIDE from DOS. The other option is to try changing the working directory settings, but I never played around with these (I prefer DOS anyway). mull wrote in message news:DBZC2.20658$_3 DOT 1855 AT stones... >I am trying to teach myself C, and am using DJGPP as my compiler,coupled >with RHIDE. The problem is every time I compile my source code, the .o and >.EXE files end up in the DJGPP/BIN directory. Is there a way of configuring >the run command so that the compiled files will be placed in a directory of >my choice. Also when using the file, open command is there any way of >accessing my E:\ drive. These are probably stupid questions but I have tried >just about every thing I can think of doing ,and also read the >documentation. Any help would be greatly appreciated. Thanks in advance. > >