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 from static libs ?

DLL from static libs ?

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiohardwarequestion
3 Posts 2 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.
  • K Offline
    K Offline
    KingTermite
    wrote on last edited by
    #1

    I'm inheriting a project which has a lot of static libraries (hardware control). Can I just create a dll (using VS wizard) and link the static libaries into one dll with no troubles? Bit of a newbie in this arena....I haven't worked with DLLs much.


    There are only 10 types of people in this world....those that understand binary, and those that do not.

    A 1 Reply Last reply
    0
    • K KingTermite

      I'm inheriting a project which has a lot of static libraries (hardware control). Can I just create a dll (using VS wizard) and link the static libaries into one dll with no troubles? Bit of a newbie in this arena....I haven't worked with DLLs much.


      There are only 10 types of people in this world....those that understand binary, and those that do not.

      A Offline
      A Offline
      Anonymous
      wrote on last edited by
      #2

      Are you trying to write wrapper functions for all the functions in the static libraries or do you just want to use the functions in the static libraries in the DLL? If you can make it a bit more clearer, I will be able to help you out...

      K 1 Reply Last reply
      0
      • A Anonymous

        Are you trying to write wrapper functions for all the functions in the static libraries or do you just want to use the functions in the static libraries in the DLL? If you can make it a bit more clearer, I will be able to help you out...

        K Offline
        K Offline
        KingTermite
        wrote on last edited by
        #3

        No wrapper necessary. I'd like to just them as they are...just in the DLL. The static libs are fine as they are...I'd just like to have open one time, in one instance in memory instead of building them in to every test program I'm going to write which uses them. Appreciate your advice.


        There are only 10 types of people in this world....those that understand binary, and those that do not.

        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