Hello,
I am trying to call a function from an ActiveX DLL created in VB6 from Visual FoxPro 5, and not having much luck.
* The .Dll name is: MyString.DLL
* The fuction name is: GetMyString
I Issue in the command window in Fox:
Declare String GetMyString In MyString
? GetMyString()
Foxpro error is "Cannot find entry point GetMyString in DLL"
The function works fine in VB.
Does anyone know what I am doing wrong, or have an example of calling a VB .DLL from VFP?
Thanks in advance for any help.
I am trying to call a function from an ActiveX DLL created in VB6 from Visual FoxPro 5, and not having much luck.
* The .Dll name is: MyString.DLL
* The fuction name is: GetMyString
I Issue in the command window in Fox:
Declare String GetMyString In MyString
? GetMyString()
Foxpro error is "Cannot find entry point GetMyString in DLL"
The function works fine in VB.
Does anyone know what I am doing wrong, or have an example of calling a VB .DLL from VFP?
Thanks in advance for any help.