fatal error LNK1104: Can not open file¡°MSVCRTD.lib¡±

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Apocalypse

    fatal error LNK1104: Can not open file¡°MSVCRTD.lib¡±

    I have installed Visual Studio 2005 just now. When I compile and link a
    empty console application :
    #include "stdafx.h"

    int _tmain(int argc, _TCHAR* argv[])
    {
    return 0;
    }
    There is an Link error:fatal error LNK1104: Can not open file¡°MSVCRTD.l ib¡±.
    I have not changed any config. I searched my computer,but there is no file
    named MSVCRTD.lib. Should I download the MSVCRTD.lib file by myself or is
    there some thing wrong about my installation package?


Working...