Vista Icons

  • Thread starter Thread starter Yuri Martsynovskyy
  • Start date Start date
Y

Yuri Martsynovskyy

I get this error message in VS 2005 when compiling Vista icon:
..\File.rc(623) : error RC2176 : old DIB in res\main.ico; pass it through
SDKPAINT

Using VS 2005 with latest SP1 for Vista
 
try rc.exe from the Windows Vista SDK (but I do not think this works, so
feel free to skip trying this)

http://www.microsoft.com/downloads/...00-f358-4523-b479-f53d234cdccf&displaylang=en

or resource builder 2.6.2 (advertised support for Vista icons)

http://shareit.com/product.html?cookies=1&productid=130500

or use an icon replacement tool such as:

http://www.rw-designer.com/compile-vista-icon

(codeproject article for the above is here: )
http://www.codeproject.com/useritems/using_vista_icons.asp

Ted.
 
Back
Top