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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b8bd0544cce2228b X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: How to make sounds with Aonix Date: 1999/06/30 Message-ID: <7ldk3i$ken$1@nnrp1.deja.com>#1/1 X-Deja-AN: 495657097 References: <7lc7gj$da7$1@news.fsu.edu> X-Http-Proxy: 1.0 x30.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Wed Jun 30 17:28:35 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-06-30T00:00:00+00:00 List-Id: In article <7lc7gj$da7$1@news.fsu.edu>, jag1158@garnet.acns.fsu.edu (JOSHUA A GRANT) wrote: > My reasons for wanting all of this are quite simple. My professor has > assigned us to find out if an old program he has will run on an Aonix > compiler system (not sure of the version, I know it is the latest > version). It is a software engineering exercise and the point is > to find out if it is possible, if so then do it, if not then give Hmm. You're not going to get much "exercise" out of it, if we do all the heavy lifting for you... Anyway, as far as Ada help goes, I should tell you that the language itself has *no* primitives or standard libraries for sound. However, Ada can call OS routines using their C interfaces without much trouble. Most compilers even provide packages to do this for you. So the question really is now: "I have some old DOS code that makes sounds. How do I get Windows to make (the same?) sounds." That's not an Ada question, and would be better asked elsewhere (or, heaven forbid, looked up in a book). -- T.E.D. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.