Page 1 of 1

imgdecmp.dll

PostPosted: Feb 16, 2004 @ 3:15am
by gamefreaks
Does anyone know how to use this dll? I can't find any documatation to it.

Im writing a simple 2d graphics libary and I would like to use compressed images.

Thanks in advance.

PostPosted: Feb 16, 2004 @ 3:47am
by efortier
Hi,

I once found this page to be pretty useful:

http://www.unsupportedsoftware.com/ce/dev/imgdecmp.htm

If you want to see a much better example of using the dll, check out PocketFrog's source code. It's a lot cleaner and easy to understand.

Be aware that this dll is only available on a PocketPC and not on Windows.

--Eric

PostPosted: Feb 16, 2004 @ 1:02pm
by gamefreaks

PostPosted: Feb 16, 2004 @ 5:59pm
by efortier

PostPosted: Feb 18, 2004 @ 4:50am
by yuit
Hi,

I don't know if it is applicable in your case, but this:

SHLoadImageFile

works on ppc2002 and wm2003 to load .jpgs, .bmps, .gifs, .pngs (without alpha), etc.