Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple Com Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00192186
Message ID:
00192197
Vues:
24
>I want to create a simple .dll from VFP 6.0. All I want is a property I can set containing the name and path of a .dbc file. And a method to pack it. (I'm testing something)
>
>I've never made a .dll before, but I've found how to create it (olepublic I think) I created a simple container with the property and method, put it in a project and compiled as a .dll
>
>I want to call it from VB, but I'm not sure what to do next? Any help would be appreciated.
>
>Robert

When you compiled your .DLL with olepublic set VFP should have registered the COM for you. All you need to do now is call it from VB with
SET ox = CREATEOBJECT("yourcom")
Michael McLain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform