work/error
LINK : fatal error LNK1104: cannot open file 'libc.lib'
달려간다
2010. 7. 13. 14:33
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