up vote 1 down vote favorite
share [g+] share [fb]

Has anyone improved the ResXexplor demo that ships with Delphi 2010?

The demo does not load 256x256 icons. These icons appear as 0x0 0 colors. The demo does not load Cursor Groups. The bitdepths are not shown correctly except for for 16 color icons. All other bitdepths are shown as: 48x48 0 colors 32x32 0 colors... Any suggestions on how to fix these problems?

link|improve this question

feedback

2 Answers

Not really an answer to your question, but you might want to check out XN Resource Editor. It's a free resource editor made in Delphi and comes with source code.

link|improve this answer
I tried for a long time with D2007 but did not suceed so Delphi 2010 will be even worse because of unitcode problems to solve. – Bill Miller Jan 2 '10 at 17:41
feedback

The demo does not load 256x256 icons.

TIcon class in delphi does not support png-icons.

link|improve this answer
How about "The bitdepths are not shown correctly except for for 16 color icons." – Bill Miller Jan 3 '10 at 14:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.