problems playing audio with mciSendString

Tyro Tyro
Tue Nov 2 18:13:18 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 mailing list