错误 RC2175:资源文件 res\icon3.bmp 不是 3.00 格式?
您好,
请问这是什么意思,如何解决?
错误 RC2175:资源文件 res\icon3.bmp 不是 3.00 格式
HI,
what does this mean, and how to resolve it?
error RC2175 : resource file res\icon3.bmp is not in 3.00 format
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的 .bmp 文件已损坏或使用了 vs2005 不支持的压缩格式。尝试用其他程序(例如 mspaint)打开它,然后另存为未压缩的 bmp。
Your .bmp file is corrupted or using a compression format not supported by vs2005. Trying opening it in another program, such as mspaint, and then save as uncompressed bmp.
转到该行代码,将 BITMAP 更改为 PNG,如果您想使用 .png 图像,这应该可以解决问题
Go to that line of code, change BITMAP to PNG and that should solve the problem if you want to use .png image