problems playing audio with mciSendString

Tyro Tyro
Tue Nov 2 18:11:13 PDT 2010


Thanks,

The problem was that mciSendString was immediately returning control
to the caller after being called. This simple change fixed the
problem:

mciSendString("play myFile wait");


More information about the Digitalmars-d-learn mailing list