>All modern Versions of Microsoft's C Runtime are thread safe. That occurred 
>around Visual Studio 6.0 (circa 2000 or so).
>From http://msdn.microsoft.com/en-us/library/abx4dbyh.aspx: "The 
>single-threaded CRT (libc.lib, libcd.lib) (formerly the /ML or /MLd
>options) is no longer available. Instead, use the multithreaded CRT."

Thanks for the quick response.  My proposal isn't to use the single threaded C 
runtime, but instead to use the statically linked (multithreaded) C runtime 
instead of the dynamically linked (multithreaded) runtime.

Thanks,
LM


Reply via email to