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?