Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exposing the export table
Message
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00356463
Message ID:
00356587
Views:
11
Hi Joe --

>>>
Anyway to expose the export table for a dll. what I mean is to be able see what functions are available in a agiven dll. Not so much the expected params but the functions themselves. (programmatically or manual tool)
<<<

Quickest way is to pop the DLL into QuickView. That generally provides the exports. Another handy utility (installs with VS6) is Dependency Walker, which will list exports as well as show you what other files the DLL depends on.

Later... Karl
Previous
Reply
Map
View

Click here to load this message in the networking platform