X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: GdM's DOS 3d engine in Ada Date: Tue, 17 Mar 2009 04:17:55 -0700 (PDT) Organization: http://groups.google.com Lines: 22 Message-ID: <3e921dac-63ea-479f-94c1-f1a19a2aa7bf@41g2000yqf.googlegroups.com> References: <49B805ED DOT 7060307 AT iki DOT fi> <49bad72f_7 AT news DOT bluewin DOT ch> <49BC0052 DOT 9020902 AT iki DOT fi> <88d5943a-79c7-4983-ac64-7c278ce778ab AT h20g2000yqn DOT googlegroups DOT com> <49bc2b9f$1_3 AT news DOT bluewin DOT ch> <49BE991D DOT 1060802 AT iki DOT fi> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1237288676 22019 127.0.0.1 (17 Mar 2009 11:17:56 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 17 Mar 2009 11:17:56 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: 41g2000yqf.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 16, 1:23=A0pm, Andris Pavenis wrote: > > Well, it compiles under Vista with gcc-4.3.3, but I cannot run it neither > in Vista (no full screen mode) neither in XP (hangs so that I have to > reboot with power button) In all fairness, this is not anybody's fault (at least, not ours). Windows just isn't very compatible with DOS anymore. The best you can do is just run it under DOSBox 0.72 (but run "S3VBE20 /INSTALL" first !! dunno why but it needs that). > Perhaps something else, that does not require 3D graphics would be more > apropriate for testing. We are NOT testing graphics, but port of Ada > compiler. In all fairness, it's not very DOS or DJGPP specific to test only basic common routines. Not that such would be bad in itself, but a 3D engine is much more useful, testing BIOS / DOS / DPMI / VESA / SB all at once, which is what DJGPP is capable of. Not supporting DOS just because latest Windows blows isn't reasonable at all !