关于PlaySound函数的使用
我想在控制台程序里面加入一个音乐,请问应该如何写入什么代码?我是初学者,请说的详细一些。就是我的控制台程序路径是“E:\C++程序\我的程序\语句加密器V2\Debug”...
我想在控制台程序里面加入一个音乐,请问应该如何写入什么代码?
我是初学者,请说的详细一些。
就是我的控制台程序路径是“E:\C++程序\我的程序\语句加密器V2\Debug”
音乐的路径是“E:\C++程序\我的程序\语句加密器V2\Debug\背景音乐”
我是这么写的代码:
#include <iostream.h>
#include <fstream.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
void main(){
PlaySound("背景音乐\\回梦游仙.wav", NULL, SND_FILENAME | SND_ASYNC);
}
结果不行,错误显示的是
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : error C2146: syntax error : missing ';' before identifier 'MMVERSION'
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : fatal error C1004: unexpected end of file found
请问应该如何修改代码呢?谢谢了。
如果我想循环播放音乐,应该怎么办呢?谢谢。 展开
我是初学者,请说的详细一些。
就是我的控制台程序路径是“E:\C++程序\我的程序\语句加密器V2\Debug”
音乐的路径是“E:\C++程序\我的程序\语句加密器V2\Debug\背景音乐”
我是这么写的代码:
#include <iostream.h>
#include <fstream.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")
void main(){
PlaySound("背景音乐\\回梦游仙.wav", NULL, SND_FILENAME | SND_ASYNC);
}
结果不行,错误显示的是
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : error C2146: syntax error : missing ';' before identifier 'MMVERSION'
c:\program files\microsoft visual studio\vc98\include\mmsystem.h(113) : fatal error C1004: unexpected end of file found
请问应该如何修改代码呢?谢谢了。
如果我想循环播放音乐,应该怎么办呢?谢谢。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询