by "Sonnich" <sonnich.jensen@[EMAIL PROTECTED]
>
Apr 21, 2006 at 03:38 AM
Theodoros Tsioupros wrote:
> Dear friends,
>
> We are two university students from Greece and we are writing to ask for
> your precious help with Borland Pascal or delphi.
> We would like to know if there are any good routine libraries that will
> allow us to programme our SoundBlaster AWE32 so as to play certain music
> notes in our programmes.
> Please also tell us if you are aware of any good books on the matter,
> especially English or Greek ones.
There are 2 ways which might suit your needs:
Under System you will find the TMediaPlayer which can play WAV files
and possibly MP3, WMA etc files depending on drivers on the specific
system.
Use this if you always want the sound.
The other way is to use the MessageBeep command, which plays standard
Windows sounds as defined by the system.
BR
Sonnich