c语言 codebloks 设置背景音乐报错undefined reference to `PlaySoundA@12
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c语言 codebloks 设置背景音乐报错undefined reference to `PlaySoundA@12相关的知识,希望对你有一定的参考价值。
c语言 怎么办,急!,代码如图,谢谢,codeblock此前未添加过任何配置谢谢!!!
这个是用的CodeBlocks编译器
操作:设置->编译器····(C)->链接设置,然后如下图设置就可以啦
VS项目属性中C/C++运行库 、MT /MTd /MD /MDd
各种配置都改来试试。
不过codeblocks我没用过不知道是否也有类似设置。
Environment error: “CodeBloks can't find compiler executable in your configured search path'
codeblock安装后,提示cant find compiler executable in your configured search paths for GNU GCC Compiler
可能的情况有两个:
1)安装的是不带编译器的版本
2)安装了带编译器的版本,但是没有指定正确的路径。
解决办法:
对于第一种情况,直接在官网下载带有编译器的版本;
官网链接:http://www.codeblocks.org/downloads/26#windows
{
或者下载MinGW-w64:http://sourceforge.net/projects/mingwbuilds/files/mingw-builds-install/mingw-builds-install.exe 下载后将../bin加到环境变量PATH中
然后打开codeblocks中的settings/compiler/ToolChain executables 将Program Files下的c compiler 等等全部设置位置到你刚下载的bin文件下对应的
}
对于第二种情况,需要手动的指定编译器的路径。
具体操作如下:
a.在Code::Blocks的菜单中点击Settings->Compiler,如果安装了上面的GCC请在Selected Compiler选中GNU GCC Compiler.
b.点开Toolchain executables标签,点击Auto-detect之前的文件浏览,找到codebook安装的路径下面的MinGW文件夹,并且保存。
c.重新打开codeblock,问题应该就已经解决了。
以上是关于c语言 codebloks 设置背景音乐报错undefined reference to `PlaySoundA@12的主要内容,如果未能解决你的问题,请参考以下文章
Environment error: “CodeBloks can't find compiler executable in your configured search path'