< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
I’m considering chaning the VS.NET project settings
from Multithreaded (static) to Multithreaded DLL. This will match the sipX
projects and make it easier to build applications that use libraries from both
products. There are also some other advantages of using DLL C-Runtime –
see the notes/links below. Let me know if anyone has any issues with this. Thanks, Scott http://blogs.msdn.com/larryosterman/archive/2004/04/29/123090.aspx Note: MSFT employee posting: #
re: Choosing a C runtime library
Friday, April 30, 2004 1:59 PM by Michael
Grier [MSFT] There are several interesting reasons to use the shared msvcr*.dll: Other info: http://msdn2.microsoft.com/en-us/library/abx4dbyh |