Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a DLL (PROBLEM!!!!!!!)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00351923
Message ID:
00351947
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform