Results 1 to 2 of 2

Thread: Extracting Function Calls from a DLL?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    1
    Hi, I am having a number of DLLs, of which I want to know the functions that can be called and their parameters.
    Is there any tool for that?

    Thanks a lot!
    Stefan

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    If your using early binding in VB (i.e. creating a reference to the DLL through project references) you can look at the various methods and their properties through the object browser.

    If your really stuffed you can use OLE/COM Object Viewer. Once in there click on the 'view typlib' and then select the required Dll. This will show you all the functions in a 'C' type syntax

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width