From: "Ofer E." Newsgroups: comp.os.msdos.djgpp Subject: Re: *** One more RHide + Allegro problem... ****************** Date: Thu, 01 Jul 1999 10:46:55 +0200 Organization: My Own Lines: 29 Message-ID: <377B2AFE.47B1C935@newsgroup.com> References: <3778D0F7 DOT 29A8707D AT newsgroup DOT com> <377AD7AE DOT 26121A1C AT ameritech DOT net> NNTP-Posting-Host: 199.203.150.34 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 930815228 5714 199.203.150.34 (1 Jul 1999 07:47:08 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 1 Jul 1999 07:47:08 GMT X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com S Prasad wrote: > I get this problem too. It appears whenever I try to run a source file > from a different directory (e.g. ex3.c is in C:\ and I'm running RHIDE > from C:\WINDOWS\) Switching to the source directory solves the problem > for me, but it may be a different problem you are having as my solution > is very simple. It's hard to admit I was wrong, but the answer is in the rhide.html file: The preffered way of work is to insert the source file into a project. for example: RHIDE MYPROJECT will start rhide with a project named "myproject". I still do not understand why working without a project is so problematic: adding C:\DJGPP\ALLEGRO\EXAMPLES to the options->directories->sources dialog box will still leave RHIDE 'not finding' the source files. It's also worth mentioning that some of the examples will fail to find their data/pcx files, so I've had to copy those files to the C:\DJGPP directory to make them work. BTW Some of the examples ( EX22.c - "Jet" for example ) cause my PC display to become blank, so the reset switch is the only option left..