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 Run Visual c++ program in another computer that haven't visual c++?

how to Run Visual c++ program in another computer that haven't visual c++?

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

    I Write a Visual C++ Program and I Want Run This Program in Other Computer That Haven't Visual C++(Don't Install Visual C++)a I Have a Problem.How to Run This Program.. Or I Want Visual C++ 6 Runtime Library Or Another Way to Help Me. thanks for your help :confused:

    S J N 3 Replies Last reply
    0
    • N nemati

      I Write a Visual C++ Program and I Want Run This Program in Other Computer That Haven't Visual C++(Don't Install Visual C++)a I Have a Problem.How to Run This Program.. Or I Want Visual C++ 6 Runtime Library Or Another Way to Help Me. thanks for your help :confused:

      S Offline
      S Offline
      Sito Dekker
      wrote on last edited by
      #2

      Copy msvcrt.dll (or msvcrtd.dll for a debug build) to \winnt\system32 (or similar).

      1 Reply Last reply
      0
      • N nemati

        I Write a Visual C++ Program and I Want Run This Program in Other Computer That Haven't Visual C++(Don't Install Visual C++)a I Have a Problem.How to Run This Program.. Or I Want Visual C++ 6 Runtime Library Or Another Way to Help Me. thanks for your help :confused:

        J Offline
        J Offline
        Joaquin M Lopez Munoz
        wrote on last edited by
        #3

        Select the static version of the runtime library: Project->Settings->C/C++ sheet->Category: Code Generation->Use run-time library: Multithreaded or Debug Multithreaded, depending on the configuration you're changing the settings for. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

        1 Reply Last reply
        0
        • N nemati

          I Write a Visual C++ Program and I Want Run This Program in Other Computer That Haven't Visual C++(Don't Install Visual C++)a I Have a Problem.How to Run This Program.. Or I Want Visual C++ 6 Runtime Library Or Another Way to Help Me. thanks for your help :confused:

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Use Dependency Walker to find out the required DLLs or link MFC statically Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

          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