libc.lib

Does anyone know what replaced libc.lib

An SDK i purchased requires libc.lib but I would like to use VC++ 2005 Express edition to program with, and I must link to libc.lib.

What lib / libs have replaced libc


Answer this question

libc.lib

  • ripleym

    So what would I replace libc with
    I couldnt find it in that article.

  • Gary Varga

    Chill out dude
  • rocco n

    You can not replace LIBC! There is no longer a single theraded CRT support in VC 2005.  You have to recompile the sources and use the multithreading CRT!
    In this case the correct library LIBCMT will be used.

  • ChandraP

    LIBC is AFAIK a single threaded library.
    http://support.microsoft.com/default.aspx scid=kb;en-us;154753


    Single threaded support for the CRT is dropped in VS 2005



  • libc.lib