Title: VC6 build

 

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]
Sent: Thursday, March 18, 2004 8:20 AM
To: Xerces-C
Subject: VC6 build

 

 

        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,
Milan

Reply via email to