error RC2176 : old DIB in resicon3.ico; pass it through SDKPAINT?(错误 RC2176:resicon3.ico 中的旧 DIB;通过 SDKPAINT 传递它?)
问题描述
这个错误是什么,如何解决?我正在使用 Visual Studio 2005 进行智能设备 MFC 开发,是升级到2008可以解决我的问题.
what is this Error, and how to resolve it? I am using Visual studio 2005 for Smart device MFC developement, Is upgrading to 2008 can solve my problem.
错误 85 错误 RC2176:resicon3.ico 中的旧 DIB;通过 SDKPAINT 传递它
Error 85 error RC2176 : old DIB in resicon3.ico; pass it through SDKPAINT
谢谢
推荐答案
这可能会对您有所帮助:http://www.axis.com/tutorials/vistaicons.html
this might help you: http://www.axialis.com/tutorials/vistaicons.html
看起来 vista 图标现在使用 PNG 标头.该错误有点错误,因为它不是旧的 DIB,它只是一个它无法识别的标头,PNG.
It looks like vista icons now use PNG headers. The error is slightly false though as its not an old DIB its just a header it doesn't recognize, PNG.
该图标是如何创建的?很久以前,Visual C++ 6.0 有自己的小方法来创建图标 .ico 文件.可能不使用PNG所以这可能是要走的路是找到一些程序来模拟它并使用旧的DIB方式创建一个图标.或者升级到 2008 :)
How was that icon created? Long ago Visual C++ 6.0 had its own little way of creating icon .ico files. Probably not using PNG so this might be the way to go is to find some program to emulate that and create an icon using the old DIB way. Or upgrading to 2008 :)
这篇关于错误 RC2176:resicon3.ico 中的旧 DIB;通过 SDKPAINT 传递它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:错误 RC2176:resicon3.ico 中的旧 DIB;通过 SDKPAINT 传递它?


基础教程推荐
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 我有静态或动态 boost 库吗? 2021-01-01
- 这个宏可以转换成函数吗? 2022-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 常量变量在标题中不起作用 2021-01-01