Date: Sun, 17 Dec 2000 19:13:53 +0200 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: Saving in Rhide In-Reply-To: <7s3n3t8tpjrpcft6au0i0avsgqug6kicpj@4ax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 16 Dec 2000, Damian Yerrick wrote: > On Thu, 14 Dec 2000 20:05:16 +0200 (WET), Andris Pavenis > wrote: > > >On Thu, 14 Dec 2000, Eli Zaretskii wrote: > > > >> Perhaps you could dual boot into Windows 9X. > > > >Wild guess: > > > >Maybe WMWare would allow to run Win9X under Win2000 ... > > I considered that for a moment, but I realized that USD $300 per seat > for VMWare is almost the cost of a used PC, making VMWare 100% more > pointless than the competition :-) > Perhaps OP could boot into Linux and run Windows from there (plex86). > To be serious I guess one possible way to at least partially workaround these problems is by avoiding to invoke DJGPP apps using DOS interrupt but to use procedures from v2load.c instead (they are normally used to load DJGPP application in debugger). This perhaps could help also to avoid descriptor leak problems under Win9X. However this would require both coding and serious tesing and I cannot tell now which problems we could met ... Andris