Page 1 of 1

eVC 4.0 and pocketFrog - imgdecmp.lib ? help please!

PostPosted: Dec 19, 2002 @ 7:35am
by hosehead
Hello,

I've had great luck working with PocketFrog under eVC++ 3.0, but recently upgraded to eVC++ 4.0 so that I could incorporate some bluetooth into the app I'm working on for an iPAQ 3870.

However, I'm totally stumped. I can't get the demo apps (like Blit and Plasma) to link. I get "LINK : fatal error LNK1104: cannot open file 'imgdecmp.lib'".

In directories like C:\WINCE410\PUBLIC\WCESHELLFE\OAK\LIB\ARMV4\DEBUG there are copies of imgdecmp.lib. But if I add that to my Libraries path, I get the following linker complaint. If anyone has any insight into what is causing this and how I can prevent it, I'd be most grateful!

Linking...
imgdecmp.lib(gif.obj) : error LNK2019: unresolved external symbol _LocalAllocTrace referenced in function "public: void __thiscall CGIFDecoder::GrowOutBuffer(void)" (?GrowOutBuffer@CGIFDecoder@@QAEXXZ)
imgdecmp.lib(png.obj) : error LNK2019: unresolved external symbol _crc32 referenced in function _png_reset_crc
imgdecmp.lib(pngread.obj) : error LNK2019: unresolved external symbol _inflateInit_ referenced in function _png_create_read_struct
imgdecmp.lib(pngread.obj) : error LNK2019: unresolved external symbol _inflate referenced in function _png_read_row
imgdecmp.lib(pngrutil.obj) : error LNK2001: unresolved external symbol _inflate
imgdecmp.lib(pngread.obj) : error LNK2019: unresolved external symbol _inflateEnd referenced in function _png_read_destroy
imgdecmp.lib(pngrutil.obj) : error LNK2019: unresolved external symbol _inflateReset referenced in function _png_handle_zTXt
X86Dbg/Blit.exe : fatal error LNK1120: 6 unresolved externals

PostPosted: Dec 20, 2002 @ 3:41am
by hosehead
Still no luck...

Has anyone got PocketFrog to link under eVC++4.0? It would help just to know if that's possible...

PostPosted: Dec 20, 2002 @ 3:58am
by Kzinti

PostPosted: Jan 21, 2003 @ 3:19am
by Guest

PostPosted: Jul 26, 2003 @ 9:04am
by Guest