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. How to link msvcr70.dll into my program in VC++.net

How to link msvcr70.dll into my program in VC++.net

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++tutorialquestion
4 Posts 3 Posters 6 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.
  • T Offline
    T Offline
    tfElep
    wrote on last edited by
    #1

    I'm making a little program using VC++.net these days. But when I run my program(.EXE) on a computer without VC++.net installed, it asks for msvcr70.dll, so that I have to put this DLL together with that program. This troubles me a lot. The Property Sheet of my project has been checked carefully, what else could I do? Thanks a lot for any hint. Tiny Flying Elephant loves flying...

    P 1 Reply Last reply
    0
    • T tfElep

      I'm making a little program using VC++.net these days. But when I run my program(.EXE) on a computer without VC++.net installed, it asks for msvcr70.dll, so that I have to put this DLL together with that program. This troubles me a lot. The Property Sheet of my project has been checked carefully, what else could I do? Thanks a lot for any hint. Tiny Flying Elephant loves flying...

      P Offline
      P Offline
      Philip Patrick
      wrote on last edited by
      #2

      Well, they have to have .NET framework installed. It can be downloaded from Microsoft[^] Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

      2 2 Replies Last reply
      0
      • P Philip Patrick

        Well, they have to have .NET framework installed. It can be downloaded from Microsoft[^] Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

        2 Offline
        2 Offline
        2sky
        wrote on last edited by
        #3

        You can deploy your program using the Deployment Wizard in Visual Studio, then merge the VC++ Redistributable Merge Module with you setup files.

        1 Reply Last reply
        0
        • P Philip Patrick

          Well, they have to have .NET framework installed. It can be downloaded from Microsoft[^] Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

          2 Offline
          2 Offline
          2sky
          wrote on last edited by
          #4

          The Visual C++ merge module can be found in \Program Files\Common Files\Merge Modules There you choose the vc_crt.msm file (200KB)...

          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