Problem relating to mciSendCommand
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
Is there any limit on the number of devices we can open using mciSendCommand ? Problem: Our application demands to open multiple devices to play Avi files. Before playing, we are opening multiple devices using mciSendCommand and MCI_OPEN as command parameters. Basically, we have a problem when we open more than 25 devices,its giving error message "There is no driver installed on your system". But if we open less than 25 devices and try playing them, there is no problem. We want to know: Is there any limitation on the number of mci devices we can open with in an application.