Jorge,
Message: 4
Date: Wed, 23 Jan 2008 00:18:22 +0000
From: "Jorge A. Giraldo" <[EMAIL PROTECTED]>
Subject: RE: [Harbour] Re: Harbour Digest, Vol 15, Issue 43
To: Harbour Project Main Developer List. <harbour@harbour-project.org>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"


Mario,

How could you get only two undefined functions from the set?  It sounds to me 
that you are still linking xhb.lib or any other lib that contains the declared 
functions except the two we are looking for... would you check it out please?

Without it you should get:

Error: Unresolved external '_deflateInit2_' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|zip
Error: Unresolved external '_get_crc_table' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|zip
Error: Unresolved external '_crc32' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|zip
Error: Unresolved external '_deflate' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|zip
Error: Unresolved external '_deflateEnd' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|zip
Error: Unresolved external '_inflateInit2_' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|unzip
Error: Unresolved external '_inflate' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|unzip
Error: Unresolved external '_inflateEnd' referenced from 
C:\HB-DEV\HARBOUR-SVN\LIB\B32\HBZLIB.LIB|unzip

If you make an impdef zlib1 zlib1
edit zlib1.def

You could see all the functions declared in the dll

Regards,

Jorge A.
Without including the xhb.lib, i got the following error:
Any suggestion?

Error: Unresolved external '_deflateInit2_' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|zip Error: Unresolved external '_get_crc_table' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|zip Error: Unresolved external '_crc32' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|zip Error: Unresolved external '_deflate' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|zip Error: Unresolved external '_deflateEnd' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|zip Error: Unresolved external '_inflateInit2_' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|unzip Error: Unresolved external '_inflate' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|unzip Error: Unresolved external '_inflateEnd' referenced from D:\HARBOUR\B32\LIB\HBZLIB.LIB|unzip

Thanks,
Mario

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to