Page 1 of 1

PureZIP conflicts with Png Image Decoder :(

Posted: Wed Jan 10, 2007 7:11 pm
by Inf0Byt3
Hi, I am using PB's png image decoder in association with PureZIP and i keep getting this error... Anyone knows a workaround for this please?

Image

Posted: Wed Jan 10, 2007 9:08 pm
by Thorsten1867
I've the same problem in EasySetup. It seems not to be possible to use both together (PNG uses ZLib, too)

Posted: Wed Jan 10, 2007 9:15 pm
by Trond
Where is PureZIP?

Posted: Wed Jan 10, 2007 9:31 pm
by thefool

Posted: Thu Jan 11, 2007 8:58 am
by gnozal
Yes, it's a know problem.
You cannot use PureZIP and ImagePluginPNG together in the same project.
They both use a static ZLIB library ; I don't know what to do to avoid the POLINK error. Maybe some guru knows ...
What you can do :
- use another image plugin
- use a ZLIB DLL

Posted: Thu Jan 11, 2007 1:14 pm
by Inf0Byt3
Well i replaced the PNG Image decoder with the TIFF one (i needed to draw alpha images) and now it's working properly.

Thanks!

Posted: Thu Jan 11, 2007 7:56 pm
by Trond
I get an error:
---------------------------
PureBasic - Error
---------------------------
Error: The following PureLibrary is missing: LibraryExtension
---------------------------
OK
---------------------------

Edit: Never mind.

Posted: Fri Jan 12, 2007 8:39 am
by gnozal
Trond wrote:I get an error:
---------------------------
PureBasic - Error
---------------------------
Error: The following PureLibrary is missing: LibraryExtension
---------------------------
OK
---------------------------
http://freenet-homepage.de/gnozal/PureZIP.zip is PB3.94 lib.
http://freenet-homepage.de/gnozal/PureZIP_.zip is PB 4.0x lib