FernandoCalisto
Programmer
I have a DLL in .NET (Rsasoft.dll) that I want to execute in VFP9.
The code below perform this message:
"Cannot find entry point ASSINADOC in DLL"
The DLL Rsasoft.dll is already registrated.
Thanks for any help
The code below perform this message:
"Cannot find entry point ASSINADOC in DLL"
Code:
cP1 = 'aaaaa'
cP2 = 'bbbbb'
DECLARE STRING AssinaDoc IN Rsasoft.dll ;
STRING param1, ;
STRING param2
cResult1 = AssinaDoc(cP1,cP2)
The DLL Rsasoft.dll is already registrated.
Thanks for any help