From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp and Win2k Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <90j6hb$ajd$1 AT nnrp1 DOT deja DOT com> <7458-Tue05Dec2000224123+0200-eliz AT is DOT elta DOT co DOT il> <90lhsj$7dn$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 X-Trace: /bQNuahTuApwHspsiBDPnkJiwck6+sT9C24RhgYBAHQ+ZbMExVlwHB2cW/T8b+deJlJ5IzfEe8G5!2JEDT0jueom2vvXk7BbRxs9P7ODUUX7e1bB52m2EA68pulqrSpuIR+ixddHt0lxqde+MuXluKuNa!eU+meQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 07 Dec 2000 05:24:39 GMT Distribution: world Date: Thu, 07 Dec 2000 05:24:40 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 06 Dec 2000 14:19:05 GMT, dsralich wrote: >My apologies again, just taking my best guess. And, I didn't mean >that the problem was necessarily DJGPP's. In fact, I am sure it >was changes in Win2k (Microsoft's problem), however, I feel MS will >really not care if DJGPP works or not in Win2K What is especially ironic is that (IIRC) Microsoft helped design DPMI. >they'll probably just recommend buying VC++ 6. So, I figure >even though it's not DJGPP's problem, MS will make it so. It may be easy to break DJGPP, but it's much harder to break Free development systems that use the documented Win32 API and msvcrt.dll without also breaking popular MSVC compiled apps. Try MinGW: http://www.mingw.org/ Because some users have reported problems finding a binary: ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe MinGW works fine for my Pure Allegro-based apps. If you want the option of a POSIX layer for your GPL-compatible application, try Cygwin: http://sources.redhat.com/cygwin/ --