Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how can i see the fucntions available in the dll file.

how can i see the fucntions available in the dll file.

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hariakuthota
    wrote on last edited by
    #1

    Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....

    K A 2 Replies Last reply
    0
    • H hariakuthota

      Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....

      K Offline
      K Offline
      KarstenK
      wrote on last edited by
      #2

      API-funciton LoadLibrary() and GetProcAdress() will help. There is also a really great Tool from MS "depends.exe" which often helped me. :-O

      Greetings from Germany

      1 Reply Last reply
      0
      • H hariakuthota

        Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....

        A Offline
        A Offline
        Archy_Yu
        wrote on last edited by
        #3

        i personally think you can use the tool which is supplied by VC6.0's "Dumpbin",which is in the "bin" file,open it and print the command "C:\Books\14>dumpbin ~~.dll /exports",then you can get the information about the exports method. may you luck.

        C 1 Reply Last reply
        0
        • A Archy_Yu

          i personally think you can use the tool which is supplied by VC6.0's "Dumpbin",which is in the "bin" file,open it and print the command "C:\Books\14>dumpbin ~~.dll /exports",then you can get the information about the exports method. may you luck.

          C Offline
          C Offline
          Chandrasekharan P
          wrote on last edited by
          #4

          But i feel that depends.exe is a much better tool.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups