1 - Switch to DLL runtime
The build should use the DLL C runtime by default.
ulysse1912 wrote:
…and in order to build binaries running with the multithreaded dll runtimes, just create new configurations by copying existing one (Debug/Release), switch the runtime from actual static runtimes (/MT) to the dynamic dll runtimes (/MD) on each project and rebuild all from the "solution". If you prefer to (re)build all from the command line :
Comments
Add a New Comment
Use one of these tags to say what state the issue is in:
- _open - a new, open issue.
- _closed - issue has been closed.
Most recent
1 - Switch to DLL runtime (22 Apr 2009 07:50) []
