fatal error LNK1104: cannot open file 'LIBC.lib'

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Im trying to compile a C source code project with Visual Studio 2005. Im linking in 2 libraries that were built using Visual Studio 2003. When I build my project, I get 1 error:
fatal error LNK1104: cannot open file LIBC.lib

I know libc.lib is not included with Visual Studio 2005. How can I overcome this problem?

Thanks,
Mike


View the full article
 
Back
Top