level 1
goldpig886
楼主
网上说要#include <windows.h>
#include <mmsystem.h>
#pragma comment(lib, "WINMM.LIB")
但是Xcode显示'mmsystem.h' file not found 不能使用此头文件 不知道为什么
我知道#include <windows.h> 要换成#include <unistd.h>然后PlaySound语句也用不了
谢谢解答

2018年01月22日 08点01分
1
#include <mmsystem.h>
#pragma comment(lib, "WINMM.LIB")
但是Xcode显示'mmsystem.h' file not found 不能使用此头文件 不知道为什么
我知道#include <windows.h> 要换成#include <unistd.h>然后PlaySound语句也用不了
谢谢解答
