Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a DLL to allow another system add Fox records
Message
From
20/09/2001 07:30:58
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00558645
Message ID:
00558654
Views:
16
Kevin,

The DLL you have created is a COM DLL and doesn't expose an ordinal/entry point as an API DLL would.

You need to use the Delphi (whatever they are) mechanisms for creating an instance of the object exposed in the COM DLL. In VFP this would be something like:
loObject = CreateObject("WT5.WT5Class")
HTH
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform