S
S
SomeoneUnknown2019-06-25 17:56:08
C++ / C#
SomeoneUnknown, 2019-06-25 17:56:08

How can I compile a C++14 application with the Visual Studio CLI compiler so that it runs on a Windows 2003 server?

Additional terms:

  1. The application uses one third-party dynamic library, incl. Completely statically assembled will not work.
  2. It is highly recommended to use CMake.
  3. The fewer DLL dependencies, the better.
  4. MinGW and MinGW-W64 are not offered under the terms of the problem.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tsarevfs, 2019-06-25
@tsarevfs

You need to start and solve problems in the order they come.
https://docs.microsoft.com/ru-ru/cpp/build/configu...
https://habr.com/en/post/330902/
https://docs.microsoft.com/ru-ru/ cpp/build/cmake-p...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question