VC++ Corrupting My Nice Icon

Hey all,

Done some googling with no results.

Ive attached a screenshot of what vc++ is doing to the icon at compile. The Icon should be a nice green leaf with alphatrans.

Any suggestions are appreciated.

post-15653-1112463222_thumb.jpg

funkyicon.jpg
funkyicon.jpg

#270582

Just reshack the the exe.... the recource compiler might not work with alpha blended icons

#270949

Yeah, VC's IDE doesn't support icons of more than 256 colors well (as I remember)

#271036

Yeah, VC's IDE doesn't support icons of more than 256 colors well (as I remember)

VC++ supports icon up to 128x128, 16777216 colors icons.

After selecting the icon:

menu -> Image -> Current Icon Image types -> More Icons...

#273434

Thanks I'll give that a shot. I'm using vs.net 2005 if that makes a difference.

#273437