X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 16 Mar 2009 20:18:10 +0100 From: Gautier User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: GdM's DOS 3d engine in Ada 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> In-Reply-To: <49BE991D.1060802@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 85.3.126.250 X-Original-NNTP-Posting-Host: 85.3.126.250 Message-ID: <49bea5f0$1_2@news.bluewin.ch> X-Trace: news.bluewin.ch 1237231088 85.3.126.250 (16 Mar 2009 20:18:08 +0100) Organization: Bluewin AG Lines: 32 Complaints-To: abuse AT bluewin DOT ch X-Original-NNTP-Posting-Host: 127.0.0.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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) > > 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. Sure (Note however that this demo requires only VESA 1.2 or 2.0, no 3D graphics; the 3D -> 2D projection is done by the software). Well, I've tested something simpler ( http://excel-writer.sf.net/ ) and it works straightforward (modulo getting the 8.3 names): (in non-DOS, or a DOS with LFN): unzip -j excel_writer_03 (in DOS): copy *.ad* src.txt del *.ad* gnatchop src.txt gnatmake exouttes exouttes That's it - using /current/: v2gnu/ada432b.zip, v2gnu/gcc432b.zip, v2gnu/bnu219b.zip, v2/djdev203.zip. Probably, if you are ask on c.l.a. you would get ideas of other projects for testing. If you really want to have fun you can test with the full Ada Test Suite http://www.ada-auth.org/acats.html 8-}... _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!