no swim no life
LINK : fatal error LNK1104: cannot open file 'libc.lib' 본문
libc.lib is a old single-threaded static link CRT library, which is not supported since visual c++ 2005 and greater, it should not be used anymore.
- In Project -> Properties -> Configuration Properties -> Linker -> Input -> Ignore Specific Library
- ref : http://msdn.microsoft.com/en-us/library/6wtdswk0(vs.71).aspx
'work > error' 카테고리의 다른 글
Some VS2005 and VS2008 Wizards Pop Up Script Error. (0) | 2010.07.05 |
---|---|
Debug Assertion Failted! (_CrtlsValidHeapPointer(pUserData)) (1) | 2009.06.12 |
MFC / Cannot add new member (0) | 2009.05.20 |
Comments