When you create a C ++ application in Visual Studio 2008, you receive the following error message: iconfile.ico is not in 3.00 format.
I created the icon file with Paint and saved it as a .ico file.
I tried to save it as 16 bits, 24 bits and 256 colors.
So far, none of these formats has been version 3.00.
How to resolve this?
source
share