Re: calling Microsoft PlaySound routine from CVF
- From: Steve Lionel <Steve.Lionel@xxxxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 10:17:38 -0400
On Mon, 30 May 2005 16:43:16 GMT, Jerry A Green <jag@xxxxxxxxxxxxxxx> wrote:
>Hello:
>
>I need to play a WAV file from within a Fortran program.
>
>If someone could include a Fortran program segment to
>call Microsoft PlaySound routine from CVF to play the
>WAV file test01.wav
use winmm
i = PlaySound ("test01.wav"C, NULL, SND_SYNC)
end
Steve Lionel
Software Products Division
Intel Corporation
Nashua, NH
User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://developer.intel.com/software/products/support/
.
- References:
- calling Microsoft PlaySound routine from CVF
- From: Jerry A Green
- calling Microsoft PlaySound routine from CVF
- Prev by Date: Re: Statement function host association
- Next by Date: Re: standard question: function overload
- Previous by thread: calling Microsoft PlaySound routine from CVF
- Next by thread: standard question: function overload
- Index(es):
Relevant Pages
|