Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL's How do I determine what is in one?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00300292
Message ID:
00300743
Views:
14
If you install Windows Resource Kit or Visual C++ 6.0, then you'll have installed the Dependency Walker (or Depends) program, which is a great tool to inspect what's inside a DLL.

Another great tool is dumpbin.exe, which is installed with VC++. It is a command line program, but it extracts a lot of info from a dll.

Vlad

>I was just wondering...
>How does one go about determining what functions are in a dll?
>Also how does one determine what parameters etc.. to pass to the above functions?
>
>Also, a good source of info on DLL's would be apreciated.
>
>Thanks in Advance,
>Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform