Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a simple DLL
Message
 
To
17/10/2001 01:37:35
Ashish Patel
Hindustan Petroleum
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00568925
Message ID:
00569453
Views:
17
Hello Ashish,
you're getting confused between regular dlls and COM servers, when you create a dll in VFP it is a 'COM Server', I'm not sure of the VB syntax but it will along these lines


Dim oVFP As Object
Set oVFP = CreateObject('yourprg.yourcomserver')


oVFP is now your object reference to the COM server, let me know if you need more help

regards

Pete Kane
Regards,
Peter J. Kane



Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform