Home > Archive > VC Language > November 2005 > about runtime lib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| chenchang 2005-11-22, 4:01 am |
| hi, all,
just curious, microsoft provides these six libs:
1) MT/d multi-thread, static link release and debug
2) MD/d multi-thread, dynamic link release and debug
2) ML/d single-thread, static link release and debug
why isn't the single thread dynamic lib be provided?
thanks
| |
| David Lowndes 2005-11-22, 8:02 am |
| >why isn't the single thread dynamic lib be provided?
It was removed in VS2005. See "Multithreaded Libraries Performance" in
MSDN for a partial explanation of why this was done.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
| |
| Igor Tandetnik 2005-11-22, 8:02 am |
| "David Lowndes" <davidl@example.invalid> wrote in message
news:npr5o1dsvuf2iibvs6ivdm8sa9ic6kcldi@
4ax.com
>
> It was removed in VS2005. See "Multithreaded Libraries Performance" in
> MSDN for a partial explanation of why this was done.
Single-threaded DLL CRT never existed. You are thinking about
single-threaded static CRT.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
| |
| chenchang 2005-11-23, 3:59 am |
| hi ,this article just discuss static single thread lib.
why MS do not provide single thread dll lib? is it needless?
thanks
"David Lowndes" <davidl@example.invalid> wrote in message
news:npr5o1dsvuf2iibvs6ivdm8sa9ic6kcldi@
4ax.com...
>
> It was removed in VS2005. See "Multithreaded Libraries Performance" in
> MSDN for a partial explanation of why this was done.
>
> Dave
> --
> MVP VC++ FAQ: http://www.mvps.org/vcfaq
|
|
|
|
|