Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use a DLL in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01320784
Message ID:
01320788
Views:
20
Assuming that your project is named MyDll and a class in it MyClass
loObj = CREATEOBJECT("MyDll.MyClass")
...
loObj.SomeMethod(...)
...
loObj.SomeProperty = ...
...
>I have created a VFP .dll and now want to call it from another VFP app.
>I'm not sure what the syntax is ....
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform