音乐文件路径我存在放有源文件和头文件的文件夹下,在自己的计算机中可以播放音乐,当生成的程序放在别的电脑下,就不能正常播放音乐了,这是怎么回事,谢谢。
#include<iostream>
#include <stdio.h>
#include <string.h>
#include <conio.h>
#include <windows.h>
#include<math.h>
#include"game1.h"
#include <fstream>
#include<ctime>
#include <mmsystem.h>
#include <stdlib.h>
#pragma comment (lib,"Winmm.lib")
using namespace std;
int main() {
PlaySound(TEXT("C:\\Users\\24907\\source\\repos\\王子斗恶龙2\\王子斗恶龙2\\666.wav"), NULL, SND_FILENAME | SND_ASYNC | SND_LOOP);