runtime library option

L

LinLMa

Hello everyone,


There are 4 runtime library options, my understanding is,

1. /MT static link to CRT release version
2. /MTd static link to CRT debug version
3. /MD dynamic link to CR release version
4. /MDd dynamic link to CRT debug version

Is my understanding correct?


thanks in advance,
George
 
V

Victor Bazarov

There are 4 runtime library options, my understanding is,

1. /MT static link to CRT release version
2. /MTd static link to CRT debug version
3. /MD dynamic link to CR release version
4. /MDd dynamic link to CRT debug version

Is my understanding correct?

No. Your understanding is based on an [incorrect] assumption
that everybody in the whole world is using Visual C++ compiler
(which you seem to be referring to here). There are several
more popular compilers that do *not* have those "runtime library
options"; and of course none of that is specified in the C++
language Standard.

Please go to the newsgroup dedicated to Visual C++.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,203
Latest member
KaliShumat

Latest Threads

Top