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

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

Reply via email to