Re: Audio
Op Mon, 20 Nov 2006 21:42:56 GMT schreef "charles"
<instrulab@xxxxxxxxxxxxx>:
I want to add an alarm sound to my program. Media Player in System doesn't
seem to fit. Does anyone know how to address the sound card from a Delphi 5
program?
charles
function sndPlaySoundA(lpszSoundName: PAnsiChar; uFlags: UINT): BOOL;
stdcall;
(from MMSYSTEM.PAS) does not do it for you? (see win32 help file)
Bart
--
Bart Broersma
broersma.juda_ANTISPAM_@xxxxxxxxxx
(ff _ANTISPAM_ wegpoetsen uit dit adres natuurlijk)
.
Relevant Pages
- Re: Audio
... charles wrote: ... seem to fit. ... Does anyone know how to address the sound card from a Delphi 5 ... (alt.comp.lang.borland-delphi) - Re: about getting dir and casting
... convention (The default for Delphi). ... It'd either use Stdcall (If the writer of the library wanted to make it as easy to use as possible), ... (comp.lang.pascal.delphi.misc) - Re: Pointers, DLL Header files and lots of exceptions?
... > When choosing a calling convention, Delphi uses the last one specified. ... > In a Win32 program, cdecl is mentioned before stdcall, so Delphi uses ... enteracts with the serial port to capture data for a specific device. ... Any tutorials online that specifically discuss CPU window ... (comp.lang.pascal.delphi.misc) - Re: problem using delphi dll in vc++
... calling convention to a c++ way? ... It's not enough to add __stdcall to the .h file, ... Delphi can handle that. ... Some Delphi floating point types aren't ... (microsoft.public.dotnet.languages.vc) - Re: registration of Delphi for PHP
... Just to add a note to what Charles has said here, you can contact Customer Support by creating a free support case at support.borland.com. ... Delphi for PHP BetaBlogger ... (borland.public.delphi.non-technical) |
|