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?
Problem with HB_Crypt - After FWH904
Problem with HB_Crypt - After FWH904
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Problem with HB_Crypt - After FWH904
That did it! Thanks.
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)