Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing boolean parameters in DLLs
Message
De
17/07/2003 15:40:53
 
 
À
17/07/2003 15:37:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00811175
Message ID:
00811252
Vues:
12
>Fred,
>I know to CREATEOBJECT() with classes. Not with DLLs
>
>Can you please tell me how to do it in this case.
>The name of the DLL is 3PartyDll.dll and the function Signal.
>

There needs to be more information.

It's usually of the form:

oObjRef = CREATEOBJECT("dllname.classname")

and then you:

oObjRef.FunctionName(parameter1, parametern)




>Thanks,
>
>
>
>>>Stephane,
>>>
>>>The name of the DLL is 3partyDll.dll
>>>The developer describes it as "Active X Object"
>>>What id the difference between a Windows DLL and a COM DLL ?
>>
>>An ActiveX is accessed by CREATEOBJECT(). A Windows DLL can be accessed using DECLARE.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform