Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing boolean parameters in DLLs
Message
From
17/07/2003 15:40:53
 
 
To
17/07/2003 15:37:32
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00811175
Message ID:
00811252
Views:
11
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform