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

how to 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:

    K M C 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:

      K Offline
      K Offline
      Krouer
      wrote on last edited by
      #2

      When you compile a project, you get an exe or a dll or a lib file. Exe file can run on every windows platform, that's the application extension. Dll file can be run also if you install a application using it. Lib file must be link into an exe or a dll before usage.

      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:

        M Offline
        M Offline
        moliate
        wrote on last edited by
        #3

        If the problem is that you get some error-messages about missing modules, you just need to locate the .dll:s missing and copy them to the new computer (like you do with the VB runtime). /moliate

        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:

          C Offline
          C Offline
          Carlos Antollini
          wrote on last edited by
          #4

          Use the depends app, that application will say you the depends of your application, the dll that you need. You need to take care because some dll are in the operating system, and other can be in a old version.... Best Regards. Carlos Antollini. Sonork ID 100.10529 cantollini

          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