From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9ef85bf270d7af60 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: How do you make sounds with ADA95? Date: 1999/07/02 Message-ID: <377c0eda.30023728@news.pacbell.net>#1/1 X-Deja-AN: 496234013 References: <7l9apf$rqv$1@news.fsu.edu> <7lelbo$1ia$1@nnrp1.deja.com> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 930877442 206.170.2.172 (Thu, 01 Jul 1999 18:04:02 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Thu, 01 Jul 1999 18:04:02 PDT Newsgroups: comp.lang.ada Date: 1999-07-02T00:00:00+00:00 List-Id: >> I'd be surprised if it... >The Open Pack add-on supports DOS applications under Phar Lap TNT, which is >included with the package. Well, I'm pleasantly surprised. ;) >For Win 95, you can use port I/O instructions, available in package >Machine_Operations_386 (see the \lib\src directory for m386r.ads). Perhaps the first thing he should try is the old MSDOS program running in a DOS window under Win95. If that works, then all he need do is write bodies for his BIT_OPS and PORT packages, that use Machine_Operations_386 and voila, he'll have a compilable, working program and a compiler to use on it!