Page 1 of 1

Problem with HB_Crypt - After FWH904

Posted: Tue May 05, 2009 3:09 pm
by Ollie
I get this error after I upgraded to FWH904

Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt

The offending code is:
cResult := LEFT( HB_Crypt( UPPER( ALLTRIM( cUserID ) + ALLTRIM( cAccess ) ) + ALLTRIM( cPassword ), 'MyPasskey' ) + SPACE( 30 ), 30 )

Any ideas?

Re: Problem with HB_Crypt - After FWH904

Posted: Tue May 05, 2009 3:52 pm
by Enrico Maria Giordano
Try to link zlib.lib.

EMG

Re: Problem with HB_Crypt - After FWH904

Posted: Tue May 05, 2009 4:27 pm
by Ollie
That did it! Thanks.