Results 1 to 2 of 2

Thread: DLL Help

  1. #1
    Guest

    Post

    Any1 know how to read the Functions and Subs of a DLL
    for example:
    311.dll has
    AOLGetList, and people got that and the fucntion (the whole declarations for it) anyone know how to do that?

    thanks

  2. #2
    Guest

    Dumpbin

    If you have VS6, then you can use the dumpbin.exe program from VC++ to look at the exports (/EXPORTS switch).
    I'm not sure how to determine the entire declaration for the function, though.

    -John

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