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. Getting function declarations out of a .lib

Getting function declarations out of a .lib

Scheduled Pinned Locked Moved C / C++ / MFC
toolsquestion
4 Posts 3 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.
  • J Offline
    J Offline
    John Oliver
    wrote on last edited by
    #1

    Hello, Can anybody tell me how can I get a list of the exported functions from a .lib file. The library is just a statically linked win32, compiled from Fortran I think. I've been looking at the Lib utility, using args such as /list, but I can so far only get the list of modules within the library , not the actual function prototypes. Thanks, John

    R M J 3 Replies Last reply
    0
    • J John Oliver

      Hello, Can anybody tell me how can I get a list of the exported functions from a .lib file. The library is just a statically linked win32, compiled from Fortran I think. I've been looking at the Lib utility, using args such as /list, but I can so far only get the list of modules within the library , not the actual function prototypes. Thanks, John

      R Offline
      R Offline
      Roger Allen
      wrote on last edited by
      #2

      This recent CP article may be of use: http://www.codeproject.com/useritems/Inside_a_maze_of_DLLs.asp[^] Roger Allen Sonork 100.10016 Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003

      1 Reply Last reply
      0
      • J John Oliver

        Hello, Can anybody tell me how can I get a list of the exported functions from a .lib file. The library is just a statically linked win32, compiled from Fortran I think. I've been looking at the Lib utility, using args such as /list, but I can so far only get the list of modules within the library , not the actual function prototypes. Thanks, John

        M Offline
        M Offline
        Mike Dimmick
        wrote on last edited by
        #3

        dumpbin /exports. I find it very useful for Pocket PC development. Edit: forgot that CP adds my sig by default... -- Mike Dimmick

        1 Reply Last reply
        0
        • J John Oliver

          Hello, Can anybody tell me how can I get a list of the exported functions from a .lib file. The library is just a statically linked win32, compiled from Fortran I think. I've been looking at the Lib utility, using args such as /list, but I can so far only get the list of modules within the library , not the actual function prototypes. Thanks, John

          J Offline
          J Offline
          John Oliver
          wrote on last edited by
          #4

          thanks v. much

          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