CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2001
    Location
    Northern Hemisphere
    Posts
    14

    DLL - how do i kow whut functions are available?

    Hey...

    is there a way to find out whut all functions are available in a dll file...

    help...

    AnkewDude...


  2. #2
    Join Date
    May 1999
    Location
    Germany
    Posts
    106

    Re: DLL - how do i kow whut functions are available?

    Hi,

    for ActiveX-DLLs you can add a reference to your project and refer to the object catalog (F2).

    For regular standard DLLs ("API-DLLs") you can open the DLLs with depends.exe (ships with Visual Studio), or you can view the DLLs with Windows' "Quick View" (look at "Export Table").

    Bye Peter



  3. #3
    Join Date
    Jul 2001
    Location
    Northern Hemisphere
    Posts
    14

    Re: DLL - how do i kow whut functions are available?

    hey..

    thanx but u know whut.. does depends.exe really shows thethe functions availablew???

    Ankew.


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

Featured