Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a simple DLL
Message
 
À
17/10/2001 01:37:35
Ashish Patel
Hindustan Petroleum
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00568925
Message ID:
00569453
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform