comp.lang.ada
 help / color / mirror / Atom feed
From: "JimBOB" <house@theprairy>
Subject: Re: making music
Date: 1998/04/24
Date: 1998-04-24T00:00:00+00:00	[thread overview]
Message-ID: <3542664f.0@news.thefree.net> (raw)
In-Reply-To: 35398fdf.116942877@news.nextdim.com


hello,
hopefully you can help me..
I'm writing for Linux.. or any other port!

I compiled a small body of code,

with text_io,basic_num,mcc-sounds;
use  text_io,basic_num,mcc-sounds;

procedure play_for_me is
wav:string;
begin
  put("what wav file would you like to listen to?");
  get(wav);
  Play_Sound(wav);
end play_for_me;

With a package body from ftp.usafa... I tried to get this to work, but it
tells me:

play_for_me.adb:4:27:is missing";"
play_for_me.adb:5:27:is missing";"
gnatmake:"play_for_me.adb"compilation error


Hopefully you know the package body stuff, or should I send that to?
I can't see that Im missing a ";" anywhere!

Any help will be appreciated.






       reply	other threads:[~1998-04-24  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <35397BC6.2A85CEAC@wvnet.at>
     [not found] ` <35398fdf.116942877@news.nextdim.com>
1998-04-24  0:00   ` JimBOB [this message]
1998-04-26  0:00     ` making music Niklas Holsti
1998-04-26  0:00     ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox