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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Putting .Dll inside .Exe

Putting .Dll inside .Exe

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialcsharpquestion
4 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.
  • O Offline
    O Offline
    Opwar
    wrote on last edited by
    #1

    Using Visual C++ .net 2003, how would i put a .dll inside a .exe and have it run? Example Run.exe uses Running.dll to run, but i want it to be just the Run.exe with the running.dll inside of it? How would i do that? Also please give me detials on exactly how to do it.

    A 1 Reply Last reply
    0
    • O Opwar

      Using Visual C++ .net 2003, how would i put a .dll inside a .exe and have it run? Example Run.exe uses Running.dll to run, but i want it to be just the Run.exe with the running.dll inside of it? How would i do that? Also please give me detials on exactly how to do it.

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      do it the same way as sysinternal tools do. put the dll as resource into the exe file, extract it when running the program and load it dynamically then. Don't try it, just do it! ;-)

      O 1 Reply Last reply
      0
      • A Alexander M

        do it the same way as sysinternal tools do. put the dll as resource into the exe file, extract it when running the program and load it dynamically then. Don't try it, just do it! ;-)

        O Offline
        O Offline
        Opwar
        wrote on last edited by
        #3

        Can you email me at mikeza123@comcast.net i need more info, im not to good at this. Tell me as if you were talking to a newb coder

        A 1 Reply Last reply
        0
        • O Opwar

          Can you email me at mikeza123@comcast.net i need more info, im not to good at this. Tell me as if you were talking to a newb coder

          A Offline
          A Offline
          Alexander M
          wrote on last edited by
          #4

          I'm not your personal teacher, just an advicer. Don't try it, just do it! ;-)

          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