(\ /) _ ($ __ $ ) _ (\ /)
-
Автор темы
- #1
#include <windows.h>
#include <iostream>
#pragma comment(lib, "winmm.lib")
int main(int argc, char* argv[])
{
PlaySound("C:\\213.wav", NULL, SND_FILENAME);
return 0;
}
Но аудиофайл все равно не воспроизводится, что я делаю не так?
#include <iostream>
#pragma comment(lib, "winmm.lib")
int main(int argc, char* argv[])
{
PlaySound("C:\\213.wav", NULL, SND_FILENAME);
return 0;
}
Но аудиофайл все равно не воспроизводится, что я делаю не так?