y****e 发帖数: 23939 | 1 VC 2005 on WinXP, I got linking errors:
LINK: fatal error LNK1104: cannot open file 'LIBC.lib'
Which confused me. Because the c/c++ funactions should be looked for in the
MSVRT.lib instead libc.lib or libcmt.lib. In VS2003, I need ignore libc.lib
and libcmt.lib to make it compile. I don't know why in VC2005 it need link
to LIBC.lib.
Please help. Thanks in advanced. | l*****c 发帖数: 1153 | 2 In properties/link, put LIBC in ignored libraries for release and LIBCD for
debug. |
|