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. dll to lib

dll to lib

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

    Dear All; How can i convert a dll into a lib :doh:? Cheers

    llp00na

    L M 2 Replies Last reply
    0
    • L llp00na

      Dear All; How can i convert a dll into a lib :doh:? Cheers

      llp00na

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      llp00na wrote:

      How can i convert a dll into a lib ?

      I think you can do it with the linker. Read the linker documenation in MSDN for the specifics

      L 1 Reply Last reply
      0
      • L Lost User

        llp00na wrote:

        How can i convert a dll into a lib ?

        I think you can do it with the linker. Read the linker documenation in MSDN for the specifics

        L Offline
        L Offline
        llp00na
        wrote on last edited by
        #3

        How can you do that? can you please supply a link because i tried looking for it and did not succeed. LINK uses the following types of input files: * .obj files * .lib files * .exp files * .def files * .pdb files * .res files * .exe files * .txt files * .ilk files Thanx

        llp00na

        1 Reply Last reply
        0
        • L llp00na

          Dear All; How can i convert a dll into a lib :doh:? Cheers

          llp00na

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          You can't create a static link library from a DLL. Do you mean create an import library from a DLL? If so, if you have the source code to build the DLL, then you can set up your project to create the lib when the dll is built. If you need an import library for a DLL that you DON'T have the source for, try How To Create 32-bit Import Libraries Without .OBJs or Source[^] Mark

          "Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

          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