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.
> Date: Wed, 23 Jan 2008 07:08:13 +0800
> From: [EMAIL PROTECTED]
> To: harbour@harbour-project.org
> Subject: [Harbour] Re: Harbour Digest, Vol 15, Issue 43
>
>
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 22 Jan 2008 05:57:30 +0800
> > From: "Mario H. Sabado" <[EMAIL PROTECTED]>
> > Subject: Re: [Harbour] *CRC32() Function
> > To: harbour@harbour-project.org
> > Message-ID: <[EMAIL PROTECTED]>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > Hi Chen,
> >
> > I tried compiling the myzip.prg from contrib\hbzlib and I got the
> > following Unresolved external:
> > '_get_crc_table'
> > '_crc32'
> >
> > What am I missing?
> >
> > Thanks,
> > Mario
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Mon, 21 Jan 2008 22:20:36 +0000
> > From: "Jorge A. Giraldo" <[EMAIL PROTECTED]>
> > Subject: RE: [Harbour] *CRC32() Function
> > To: Harbour Project Main Developer List. <harbour@harbour-project.org>
> > Message-ID: <[EMAIL PROTECTED]>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> >
> > Mario,
> >
> > Perhaps you are linking hrb.lib, the same happened to me, until I saw the
> > readme.txt:
> >
> > "zlib library (http://www.zlib.net/) wrapper functions"
> >
> > I downloaded zlib1.dll
> >
> > Made an:
> >
> > implib zlib1.lib zlib1.dll
> >
> > This solved the problem.
> >
> > Jorge A.
> >
> >
> Hi Jorge,
>
> I already did the implib and included the generated zlib1.lib and copied
> the zlib1.dll to tests folder but I got the same error.
> Anything else I could try?
>
> TIA,
> Mario
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour