Uncompress This! #

clip2icns: Tried UnpackBits, doesn't seem to work, so I guess I have to write my own function. (1 hour later) I did it, and it works. Took a lot of tries tho, and it's still rather inefficient (according to my dad). Everything seems to work OK, except that when an item doesn't have an 8 bit mask (but it has a 32 icon) then the display of the dialog gets screwed up. This is due to bad error checking on my part, since I simply return from the Load() class function if an expected member isn't found. I guess it's time to make the code more fool proof :p

Post a Comment