Hi
I am trying to find an ACTIVEX component which will provide me with the means of Encrypting and Decrypting text strings.
I have downloaded a Demo which gives me the file CryptoCompress.DLL.
I can declare the DLL using DECLARE STRING Encrypt IN CryptoCompress.DLL but when I try to use the functions I get the message 'Entry Point Encrypt not found in DLL'.
According to the supplier the full syntax is
Encrypt( String PlainText, String Key, Variant *Encrypted, int *iRetVal).
How do I convert that into VFP?
Regards
Malcolm
I am trying to find an ACTIVEX component which will provide me with the means of Encrypting and Decrypting text strings.
I have downloaded a Demo which gives me the file CryptoCompress.DLL.
I can declare the DLL using DECLARE STRING Encrypt IN CryptoCompress.DLL but when I try to use the functions I get the message 'Entry Point Encrypt not found in DLL'.
According to the supplier the full syntax is
Encrypt( String PlainText, String Key, Variant *Encrypted, int *iRetVal).
How do I convert that into VFP?
Regards
Malcolm