Thread: runtime library option

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    runtime library option

    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

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Yes, this applies to Visual Studio, but not necessarily other compilers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  2. VC++ 6 question: browsing into a library
    By maxhavoc in forum Tech Board
    Replies: 4
    Last Post: 09-15-2006, 06:57 AM
  3. Need help with audio library on DOS...
    By Marton79 in forum C Programming
    Replies: 10
    Last Post: 08-25-2006, 12:32 AM
  4. Makefile for a library
    By sirmoreno in forum Linux Programming
    Replies: 5
    Last Post: 06-04-2006, 04:52 AM
  5. Replies: 19
    Last Post: 01-12-2006, 11:04 AM