Could anyone help me with this problem? I can't get it to run with VS C++ 6.0... Thanx
Code:#include <iostream> #include <windows.h> #include <mmsystem.h> using namespace std; int main() { mciSendString("set cdaudio door open",NULL,0,NULL); Sleep(5000); mciSendString("set cdaudio door closed",NULL,0,NULL); return 0; }



LinkBack URL
About LinkBacks


