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"
I need to make this MCI code work (REsolved)
-
- Enthusiast
- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
Re: I need to make this MCI code work (UNsolved)
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
-
- Enthusiast
- Posts: 340
- Joined: Tue Apr 24, 2007 11:14 pm
Re: I need to make this MCI code work (UNsolved)
doesn't workRASHAD 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)