Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find What functions are available in a given DLL
Message
From
12/08/1998 12:21:40
 
 
To
12/08/1998 12:11:27
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00125991
Message ID:
00126070
Views:
28
>>>>>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.
>>
>
>How OLE servers are different from DLLs. Both have DLL extension.
>My Aim is to write some code in VFP and use that code in VB, which will be useful for me because of various reasons. I made DLLs in that way and using those on other machine in my Network. They appear to function properly, But I doubt them when I ship the VB application setup to the client who doesnot have VFP.
>So In that context do I need to have VFP Runtime Library ?
>
>
>
>>Hope that helps.

An oversight Satya, you're correct. OLEservers are, of course, DLL's. The files you require are VFP500.DLL, and possibly VFP5ENU.DLL and Vfpole50.DLL.
Sanjay Kapoor

Relatively speaking is a conversation with Einstein
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform