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: Stephen Leake Subject: Re: How do you make sounds with ADA95? Date: 1999/06/28 Message-ID: #1/1 X-Deja-AN: 494920235 References: <7l659n$94h$1@news.fsu.edu> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1999-06-28T00:00:00+00:00 List-Id: grant@cs.fsu.edu (Joshua Grant) writes: > I have a simple little program that sounds out the morse code of whatever > the user types in. However, the program was compiled sometime ago on an > ADA83 system (don't know anything else about the system other than that > the program was compiled to run on MSDOS 5.0 and higher). I need to > recompile this morse code program on ADA95, but I can't find the > appropriate packages for it to load. The old program loaded packages > "PORT" and "BIT_OPS". Has anyone heard of these? Does anyone know how I > could resolve this problem? If you are still willing to run the program on MSDOS, see the other post about packages from Meridian Ada, and try to implement the bodies using your current compiler (which may already have similar bodies, but they are NOT standard Ada). However, if you want to run under Windows, you cannot access the speaker port directly, and you'll want to use a WAV file anyway. See the Sounds package in Windex at http://www.erols.com/leakstan/Stephe/index.html -- Stephe