Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a DLL (PROBLEM!!!!!!!)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00351923
Message ID:
00351947
Views:
22
Hi Daryl,

Nay, that won't work. VFP only creates COM server DLLs, no plain procedural DLLs. Assuming the DLL is called "MyDLL.DLL", you would use it in VB:

Dim oPerson as Object
Set oPerson = CreateObject( "MyDLL.Person" )
result = oPerson.GetName()

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform