Vampyre Imaging Library Forum

Imaging Category => Help & Questions => Topic started by: jey on 21 January 2009, 10:39:49

Title: got error when debugging demo program..pls help how to use this lib
Post by: jey on 21 January 2009, 10:39:49
i am using lazarus v0.9.26 beta, i am new with this programming environment...i use delphi before.
after installing the package file and test the demo program i got this error message upon compiling..

lclimager.lpr(23,1) Error: Undefined symbol: TC_IMPASZLIB_ZLIB_VERSION
lclimager.lpr(23,1) Error: Undefined symbol: IMPASZLIB_DEFLATEINIT_$Z_STREAM$LONGINT$ANSISTRING$LONGINT$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMZDEFLATE_DEFLATE$Z_STREAM$LONGINT$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMZDEFLATE_DEFLATEEND$Z_STREAM$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMPASZLIB_INFLATEINIT_$Z_STREAM$ANSISTRING$LONGINT$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMZINFLATE_INFLATE$Z_STREAM$LONGINT$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMZINFLATE_INFLATEEND$Z_STREAM$$LONGINT
lclimager.lpr(23,1) Error: Undefined symbol: IMZINFLATE_INFLATERESET$Z_STREAM$$LONGINT
lclimager.lpr(23,1) Fatal: There were 8 errors compiling module, stopping

anyone can help me?
what should i do? can somebody teach me how to use this library.. thanks in advance
Title: Re: got error when debugging demo program..pls help how to use this lib
Post by: Galfar on 21 January 2009, 13:18:11
Check out this thread (http://galfar.vevb.net/imaging/smf/index.php/topic,98.0.html), looks like its the same problem.
Title: Re: got error when debugging demo program..pls help how to use this lib
Post by: jey on 22 January 2009, 02:36:00
a million thanks for your help galfar, i got it...its working now ;)
Title: Re: got error when debugging demo program..pls help how to use this lib
Post by: jey on 22 January 2009, 07:11:52
i've got another problem... ??? :'(... on demo project it works perfect but when i open another project and use imaging on the uses. lazarus can't find it... please help
Title: Re: got error when debugging demo program..pls help how to use this lib
Post by: Galfar on 23 January 2009, 17:31:54
Check out this guide http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units (http://wiki.lazarus.freepascal.org/Unit_not_found_-_How_to_find_units) and mainly Check if the unit is in the search path part.