Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find What functions are available in a given DLL
Message
De
12/08/1998 11:56:01
 
 
À
12/08/1998 11:40:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00125991
Message ID:
00126059
Vues:
24
>>>How to find What functions are available in a given DLL ?
>>
>>Hmm... if the .DLL is an OLE server container, I think you can use the ObjectBrowser that comes with VB.
>>
>>If you don't have VB... I think the Browser is also available in and Office 97 app when you are editing VBA.
>>
>>BOb
>
>
>So whatever the DLLs that we make in VFP need the VFP Runtime Library.
>Isn't it ?
>And While creating setup in VB, how to include DLLs that were made in VFP?

Satya,

You can't make DLL's from VFP. However, from this fragment of information I gather that you want to use DLL's within VFP. If the DLL's are standard Win32API, VFP 3.0 was shipped with an extremely good reference on win32API function calls. If it is a DLL not belonging to that group, the vendor of that DLL should supply you with a list of exported functions which you can use within. VB will only list functions from DLL's registered (probably also referenced in a VB project. Unsure of that). Otherwise you will require the source code, and need to look at the .def file where all exported functions are listed.

Hope that helps.
Sanjay Kapoor

Relatively speaking is a conversation with Einstein
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform