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. HELP how to insert the dll into a exe?

HELP how to insert the dll into a exe?

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

    I have the code which need to link the dll to run , but I do not want to it link the dll to run, so how can I insert the dll into the exe, so that when I double click the exe it can run without explictly linking the dll

    R D 2 Replies Last reply
    0
    • W wendyyue

      I have the code which need to link the dll to run , but I do not want to it link the dll to run, so how can I insert the dll into the exe, so that when I double click the exe it can run without explictly linking the dll

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      Link to your library statically.

      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

      R 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        Link to your library statically.

        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

        R Offline
        R Offline
        Rajkumar R
        wrote on last edited by
        #3

        Its not that easy see this [^] :)

        R 1 Reply Last reply
        0
        • R Rajkumar R

          Its not that easy see this [^] :)

          R Offline
          R Offline
          Rajesh R Subramanian
          wrote on last edited by
          #4

          Not that I said it should be easy though. :)

          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

          1 Reply Last reply
          0
          • W wendyyue

            I have the code which need to link the dll to run , but I do not want to it link the dll to run, so how can I insert the dll into the exe, so that when I double click the exe it can run without explictly linking the dll

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

            wendyyue wrote:

            ...without explictly linking the dll

            Which implies that you want to implicitly link to the DLL.

            "Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

            "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

            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