gigadude2000
Programmer
Hi all,
This is my first posting on this website, and is my first VFP related posting in my life. I am working on a program in which I need to decrypt encrypted data in the VFP environment. The only problem is that I'm using VFP 6.0 so I can't shell out to GPG and capture the DOS output, nor can I use vfpencryption.fll because it is only compatible with versions 7.0 and above. I have tried compiling libgcrypt into a dll but have only had problems with that. I was wondering if any of you VFP programmers out there knew of a FLL or DLL that handles encryption/decryption and is VFP 6.0 compatible. Thanks in advance.
Gigadude2000
This is my first posting on this website, and is my first VFP related posting in my life. I am working on a program in which I need to decrypt encrypted data in the VFP environment. The only problem is that I'm using VFP 6.0 so I can't shell out to GPG and capture the DOS output, nor can I use vfpencryption.fll because it is only compatible with versions 7.0 and above. I have tried compiling libgcrypt into a dll but have only had problems with that. I was wondering if any of you VFP programmers out there knew of a FLL or DLL that handles encryption/decryption and is VFP 6.0 compatible. Thanks in advance.
Gigadude2000