N
N
nadom2016-11-14 21:23:48
C++ / C#
nadom, 2016-11-14 21:23:48

How to compile WIN-32 applications to run on machines without a C/C++ compiler?

There is a simple console program.
It must be compiled on the developer's computer and used as an .exe file on other machines. Other machines do not have a compiler and standard C/C++ libraries.
How to compile so that it works without questions?
Microsoft Visual Studio environment.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
1
15432, 2016-11-14
@nadom

Project Properties / C++ / Code Generation / Runtime Library - change Multi-threaded DLL to Multi-threaded

G
GavriKos, 2016-11-14
@GavriKos

Build the Release version, put all the required DLLs next to the exe (you never know what you use there). All.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question