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 do you get the functions exported by the dll and

How do you get the functions exported by the dll and

Scheduled Pinned Locked Moved C / C++ / MFC
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.
  • S Offline
    S Offline
    SamirSood
    wrote on last edited by
    #1

    How do you get the functions exported by the dll and the detailed description of their arguments Thank you in advance Samir Sood;) Samir Sood

    R D 2 Replies Last reply
    0
    • S SamirSood

      How do you get the functions exported by the dll and the detailed description of their arguments Thank you in advance Samir Sood;) Samir Sood

      R Offline
      R Offline
      RaajaOfSelf
      wrote on last edited by
      #2

      http://www.mindcracker.com/mindcracker/c\_cafe/dll/dll\_tut1l.asp Please refer this .....Basically u need to inform the compiler using some macros that these functions need to be exported Cause is my effort; Effect is God's effort

      1 Reply Last reply
      0
      • S SamirSood

        How do you get the functions exported by the dll and the detailed description of their arguments Thank you in advance Samir Sood;) Samir Sood

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        SamirSood wrote: How do you get the functions exported by the dll... The Depends utility that ships with Visual Studio is good for this. SamirSood wrote: ...the detailed description of their arguments See this article.


        A rich person is not the one who has the most, but the one that needs the least.

        S 1 Reply Last reply
        0
        • D David Crow

          SamirSood wrote: How do you get the functions exported by the dll... The Depends utility that ships with Visual Studio is good for this. SamirSood wrote: ...the detailed description of their arguments See this article.


          A rich person is not the one who has the most, but the one that needs the least.

          S Offline
          S Offline
          Steve S
          wrote on last edited by
          #4

          However, unless the functions are decorated C++ ones, Depends will not be able to provide much by way of parameter information; Sometimes you can get a very small hint, if the exported name has @nn after it, since that tells you the size of all the parameters, but of course, you still need to be able to read the disassembly to work out a bit more by way of context ;) Steve S

          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