If I recall correctly, /MT and /MD refer
to the version of the runtime the project will be linked against. If
using /MT, it will be statically linked against libcmt(d).lib; and if using
/MD, it will use libcmt(d).dll at runtime. -Eric. From: Milan Tomic
[mailto:[EMAIL PROTECTED]
What is the difference between
"Multithreaded" (/MT) and "Multithreaded DLL" (/MD)
compiler option? Can I compile Xerces 2.5 using "Multithreaded"
option, instead of default "Multithread DLL"? Thank
you, |
Title: VC6 build
- VC6 build Milan Tomic
- RE: VC6 build Eric J. Peters
- RE: VC6 build Adam Heinz
- RE: VC6 build Milan Tomic
- RE: VC6 build MARobertson
- RE: VC6 build Adam Heinz