I need to make this MCI code work (REsolved)

Just starting out? Need help? Post your questions and find answers here.
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

Re: I need to make this MCI code work (UNsolved)

Post by michaeled314 »

When I run the code a half an hour later, it does not work....

I get when MCIError is called "The driver cannot recognize the specified command"
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4946
Joined: Sun Apr 12, 2009 6:27 am

Re: I need to make this MCI code work (UNsolved)

Post by RASHAD »

I think you should free the MCI at the the end of any play

Code: Select all

mciSendString_("Close "+Str(1),0,0,0)
Egypt my love
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

Re: I need to make this MCI code work (UNsolved)

Post by michaeled314 »

RASHAD wrote:I think you should free the MCI at the the end of any play

Code: Select all

mciSendString_("Close "+Str(1),0,0,0)
doesn't work
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: I need to make this MCI code work (REsolved)

Post by Danilo »

Can you license a sound system like FMOD or BASS?
Post Reply