Native/C++
LINK : fatal error LNK1104: 'LIBC.lib'
aucd29
2013. 10. 2. 19:05
- Project Property -> Configuation Properties -> Linker -> Input -> Ignore Specific Library: LIBC.LIB
(the same as /NODEFAULTLIB:"LIBC.LIB")
(the same as /NODEFAULTLIB:"LIBC.LIB")