HI,
what does this mean, and how to resolve it?
error RC2175 : resource file res\icon3开发者_C百科.bmp is not in 3.00 format
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.
Go to that line of code, change BITMAP to PNG and that should solve the problem if you want to use .png image
精彩评论