[Insight-users] problem with itkpng.lib

Luis Ibanez luis.ibanez@kitware.com
Sat, 11 Jan 2003 14:26:42 -0500


Hi Gwenael,

PNG has the possibility of providing
compresion, it uses zlib for doing this.

Please add

         itkzlib.lib

to the list of libraries in the
CMakeLists.txt file of your project.


Please let us know if you have further questions,

Thanks


   Luis



--------------------------------

Gwena=EBl Guillard wrote:

> Hi,
>=20
> I've got a problem with itkpng.lib when the VisualC++ tries to link one=
=20
> of my programs:
>=20
>     itkpng.lib(pngread.obj) : error LNK2001: unresolved external symbol=

>     _inflateInit_
>     itkpng.lib(pngread.obj) : error LNK2001: unresolved external symbol=

>     _inflate
>     itkpng.lib(pngrutil.obj) : error LNK2001: unresolved external symbo=
l
>     _inflate
>=20
> I suppose I have to add a library to the settings, but I've no idea=20
> which one.
>=20
> Thank you,
>=20
> Gwenael
>=20