Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registering a function in a DLL with multiple classes
Message
 
À
29/05/1998 17:35:37
Paul Harker
Harker Enterprises, Inc.
Idaho Falls, Idaho, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00103261
Message ID:
00103294
Vues:
16
>This probably sounds dumb, but I can't figure out how to register a funtion in a DLL where the functions are grouped under 2 classes in the DLL. I have full documentation on the DLL, so I know the function names are correct. Can someone tell me how to register the functions when they are grouped under another class in the DLL?
>Example
>
>Comm.DLL, Communications class, Connect function.
>
>Thanks

Have you checked if this dll is an OLE DLL?

In this case, if it's properly registred, you can create an object in fox:

MyComm = CREATEOBJECT("Comm.Communication")
MyComm.Connect()

Otherwise ... :0(
I Don't know.

:0)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform