标签:style ar color sp 文件 on bs line size
VS中出现:error LNK2019: 无法解析的外部符号 __imp__PlaySoundA@12,该符号在函数 .... 中被引用....的编译错误是,一般是是因为PlaySound函数在Winmm.lib库中,所有需要需要链接库,以下方法可解决:
1、头文件中声明:#pragma comment(lib, "winmm")
2、菜单Project --> Settings...-->Link标签-->Object/Library modules:中加入Winmm.lib
error LNK2019: 无法解析的外部符号 __imp__PlaySoundA@12,该符号在函数 .... 中被引用....
标签:style ar color sp 文件 on bs line size
原文地址:http://blog.csdn.net/lindyl/article/details/41346407