声音
编译运行时下面出现的 error: ld returned1 exit status
音乐和程序在同一文件夹中
#include<stdio.h>
#include<windows.h>
#include<conio.h>
int main(void)
{
printf("hello,world!\n");
printf("接下来请欣赏起风了!");
PlaySound("起风了.wav", NULL, SND_FILENAME | SND_ASYNC | SND_LOOP);
getch();
return 0;
} 把完整的报错信息贴上来
error: ld returned1 exit status
这个只是说明出错了,对解决问题没有任何帮助 人造人 发表于 2021-3-28 12:10
把完整的报错信息贴上来
error: ld returned1 exit status
C:\Users\32064\Desktop 人造人 发表于 2021-3-28 12:10
把完整的报错信息贴上来
error: ld returned1 exit status
单元
C:\Users\320640\AppData\Local\Temp\ccQLqw6r.o
信息
声音.c:(.text+0x3a):undefined reference to '_imp_PlaySoundA' joe1 发表于 2021-3-28 12:18
单元
C:%users\320640\AppData\Local\Temp\ccQLqw6r.o
信息
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib") 人造人 发表于 2021-3-28 12:40
#include
#pragma comment(lib, "winmm.lib")
不行,还是那样子 joe1 发表于 2021-3-28 20:14
不行,还是那样子
截图 人造人 发表于 2021-3-28 20:35
截图
图片 joe1 发表于 2021-3-29 21:12
图片
qq: 1440332527
页:
[1]