X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Tomasz Zbrożek" Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler error on Windows 2003 Date: Tue, 7 Apr 2009 09:48:00 +0000 (UTC) Organization: Your Company Lines: 11 Message-ID: References: <16d44b1b-8acc-48b3-bf49-45b71e423d78 AT r37g2000yqn DOT googlegroups DOT com> <2ad157aa-66e6-45eb-9f2c-3816fdbecd58 AT c36g2000yqn DOT googlegroups DOT com> <20698405-6eed-4a98-9b84-0db7b2712335 AT k41g2000yqh DOT googlegroups DOT com> NNTP-Posting-Host: router-sien.upos.com.pl X-Trace: news.onet.pl 1239097680 13405 89.171.152.81 (7 Apr 2009 09:48:00 GMT) X-Complaints-To: niusy AT onet DOT pl NNTP-Posting-Date: Tue, 7 Apr 2009 09:48:00 +0000 (UTC) User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rugxulo wrote in > > Also, dare I suggest, but maybe you can use OpenWatcom if your app > isn't too DJGPP or GCC specific. It at least supports various non-DOS > hosts, including Windows, which can cross-compile for DOS. That won't > let you debug, but it might prove useful as an alternative. Does OpenWatcom have DLL feature ? What I read is that there is no official DLL support for DOS... I afraid that it's not so easy to learn how to use it :) It was hard enough for me to make my program work with DXE and finally DXE3 :) eh!