ON 20050409@7:44:03 AM at page: http://www.piclist.com/techref/datafile/charset/extractor/charset_extractor.htm#38451.3222569444 Philip Adam Pemberton[PAP-NA-554] Says There's a nasty bug in CharsetImage.cpp on line 336 - at the end of CharsetImage::createCharSet(), this line needs to be inserted before the final closing brace:
return this;

Otherwise compilation will succeed, but png2charset will fail to run, returning an "Error while initializing" error. There are also a few other errors in the code, though these don't appear to be significant enough to cause any major trouble (just a few compiler warnings).