X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Fri, 5 Feb 1999 10:00:34 +0200 (WET) From: Andris Pavenis To: Robert Hoehne cc: djgpp Subject: Re: RHIDE bug In-Reply-To: <005901be508b$f84b1920$1fa46d86@robby1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 4 Feb 1999, Robert Hoehne wrote: > > Here is my patch. It seems to solve problem for DJGPP at least for me but I > > haven't tested it very carefully yet (and for Linux version at all). Perhaps after > > some testing I'll make my binaries of patched rhide-1.4.7 for DJGPP available > > (including this fix). > > I think this is not the best patch. I fixed it now an other > way. BTW: Why do you use getdisk and such things > like set/getdisk? getcwd and chdir work on DJGPP > without explicitely setting the disk drive. > Sorry, this code should be considered as relic from my experience with Borland products. Anyway it doesn't seem to work very well. It's ok in trivial situations (e.g example posted before) but in serious ones I'll still had problems: when tried to debug rhide itself to chase problems with message window and project I was opening were on other disk it didn't work as I expected. One question: is it possible to get Your fix for this problem. Andris