Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use dll's
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00418635
Message ID:
00418732
Vues:
22
>This syntax works if it is a library DLL. This type of DLL can be created in VC++ and Delphi, not VB. VB can only create COM DLLs. He should register it with regsvr32 and invoke it using CreateObject().
>
>ox = createobject("MyProject.Class")
>ox.MyFunction(Para1,Para2,Para3)
>
>>>Would anybody be able give me an idea where to start research. I am trying to use a custom built dll created in VB. I have never worked with a dll before and the MSDN help and samples all seem to confuse me more. The dll I am working with is requesting multiple parameters and the samples seem to only have one. from what i found there is no documentation in FAQ's and files and such directed to dll's.
>>
>>
>>In the help it has:
>>
>>DECLARE [cFunctionType] FunctionName IN LibraryName [AS AliasName]
>> [cParamType1 [@] ParamName1,
>> cParamType2 [@] ParamName2, ...]
>>
>*snip*


I did not know that, thanks.
Rip Ryness
International Falls, MN
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform