Date: Tue, 22 Feb 2000 10:07:14 +0200 (WET) From: Andris Pavenis To: Prashant TR cc: djgpp AT delorie DOT com Subject: Re: General compile error causing wibbly lines In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Feb 2000, Prashant TR wrote: > On Sat, 19 Feb 2000, Greg wrote: > > > I have a Intel-P200S and I am running Win95(2).... I am compiling for DOS > > under Windows using RHIDE in a DOS-box. Whenever I compile any prject (even > > one with only function completely empty) it immediately causes many coloured > > lines to appear on the screen and crashes... if run out of fullscreen mode > > nothing seems to happen but the exit code is -1 (0xffffffff) even though it > > 'return 0's as the only line of code! > > I've noticed this, too, especially when I try to use a "gpr" that comes > with some package. Maybe the gpr files are incompatible as versions of > RHIDE vary. But this certainly looks like a bug to me. Does someone know > the reason? > Usually gpr files are upward compatible (eg. project files from 1.4 will work with later) but not oposite (project file from later version will not work with 1.4). Desktop files from one version will not work with another version of RHIDE. So delete files with extension .gdt when changing version of RHIDE (or some package You downloaded have such files) So if one includes gpr file touched by rhide-1.4.7 or something similar in some package, You will not able to use these project files with earlier versions Andris