Answers for "visual studio build static"

0

visual studio build static

For the C-runtime go to the project settings, choose C/C++ then 'Code Generation'. Change the 'runtime library' setting to 'multithreaded' instead of 'multithreaded dll'.

If you are using any other libraries you may need to tell the linker to ignore the dynamically linked CRT explicitly.
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language