X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.70.109.129 with SMTP id hs1mr3459899pdb.6.1423743414049; Thu, 12 Feb 2015 04:16:54 -0800 (PST) X-Received: by 10.140.18.213 with SMTP id 79mr45711qgf.38.1423743413776; Thu, 12 Feb 2015 04:16:53 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 12 Feb 2015 04:16:53 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.152.50.122; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 80.152.50.122 References: <3c287821-c0dd-4533-b513-247f89da252f AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Develop djgpp program using Windows 7 ? From: Georg Potthast Injection-Date: Thu, 12 Feb 2015 12:16:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1903 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1CCU17s005292 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 Hi Andrew, this sounds very interesting but I think there are probably some limitations one has to be aware of. One of my programs uses a VESA driver. I assume this will not work with your MinGW port of djgpp. Plus I made a keyboard and mouse driver which call the BIOS to read the required data. Can you make BIOS calls on 64bit Windows? Or do I have to replace these with standard DOS calls to make that work? I also use WattTCP for network access based on a packet driver. Will that work with your port? I am asking out of interest, not intending to be critical. Georg