Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use a DLL in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01320784
Message ID:
01320788
Vues:
22
Assuming that your project is named MyDll and a class in it MyClass
loObj = CREATEOBJECT("MyDll.MyClass")
...
loObj.SomeMethod(...)
...
loObj.SomeProperty = ...
...
>I have created a VFP .dll and now want to call it from another VFP app.
>I'm not sure what the syntax is ....
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform