Does VS resource compiler support PNG file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I made a transparent icon saved as png, and in vc resource compiler, I write the statement: MyIcon ICON "myIcon.png" But the compiler complained the png did not comply with 3.0 format.
-
I made a transparent icon saved as png, and in vc resource compiler, I write the statement: MyIcon ICON "myIcon.png" But the compiler complained the png did not comply with 3.0 format.
A png image is not a Windows Icon resource :)
ID_PNG PNG "res\\Test.png"
cheers, AR
When the wise (person) points at the moon the fool looks at the finger (Chinese proverb)