how to Run Visual c++ program in another computer that haven't visual c++?
-
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:
-
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:
Copy msvcrt.dll (or msvcrtd.dll for a debug build) to \winnt\system32 (or similar).
-
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:
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
-
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:
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