
Posted:
Dec 24, 2007 @ 4:12pm
by edge
I think it's a bug in Visual Studio, so it tries to load the default libc.lib library in every project. You can disable the library by opening the project settings (right click on your project in the solution explorer and select 'settings').
In the project settings select linker -> input and enter 'libc' in the ignore library list.