From: Hans-Peter Fischer Newsgroups: comp.os.msdos.djgpp Subject: RHIDE bug Date: Wed, 03 Feb 1999 21:31:46 +0100 Organization: Klaps- u. Tretmuehle GmbH & Co. KG Lines: 26 Message-ID: <36B8B232.7460F686@heidenheim.com> NNTP-Posting-Host: 193.158.231.48 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 3 Feb 1999 22:30:15 GMT X-Mailer: Mozilla 3.04 (X11; I; Linux 2.0.36 i586) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Good evening. Make a directory for a new project, e. g. "test", start rhide in it and type the following little programme: int main() { return chdir("\\"); } Save the file as "test.c" and click "Run". The programme will build and run o. k. Now click "Build all" and you will get the message: "Could not find the source file 'test.c'...". Exit rhide and look into C:\ and you will find two new files in it: "test.gpr" and "test.gdt". If you start rhide again from the proper project directory the programme will build correctly again. The result of this seems to be that you cannot debug programmes in rhide that change directories. Entering the path to the source file under Options - Directories does not help. Is this known? Hans-Peter Fischer