Hi,
With this code it works:
ss = CREATEOBJECT("SOFTCASUS.ClassSoftcasus")
aa = ss.teste(“a”,”b”)
The name in registry is "softcasus.classSoftcasus" and not "softcasus1.classSoftcasus"
Thank you very much for all your help
Calisto
Hi,
Thanks for yours replies.
Above a test DLL and his code in VB6 and the message it returns:
test DLL: Softcasus1.dll registered:
“REGSVR32 C:\WINDOWS\system32\SOFTCASUS1.DLL”
The code to invoke in VB6 is that:
*------------------------------------
Dim ss As ClassSoftcasus
Set ss = New...
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"
cP1 = 'aaaaa'
cP2 = 'bbbbb'
DECLARE STRING AssinaDoc IN Rsasoft.dll ;
STRING param1, ;
STRING param2
cResult1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.