问题
When building a C++ application in Visual Studio 2008, I receive the following error: iconfile.ico is not in 3.00 format.
I created the icon file using Paint, and saved it as a .ico file.
I tried saving it as 16 bit, 24 bit, and 256 color.
So far, none of these formats appear to be version 3.00.
How do I resolve this?
回答1:
I downloaded this:Photo Filtre I had to convert the file to a .ico file. I had assumed that if I do a "save as", it did more than just change the extension. After the conversion, the icon worked correctly.
回答2:
try using a third party tool to open and resave the icon, e.g. icofx. (www.icofx.ro)
来源:https://stackoverflow.com/questions/1277512/icon-is-not-in-3-00-format