Microsoft Visual Studio 2005 Notes - magic-lantern-studio/mle-documentation GitHub Wiki
This page discusses topics related to building Magic Lantern using Microsoft Visual Studio 2005.
Fatal error cannot open LIBC
When migrating Visual Studio projects from VS C++ v6 to VS 2005, the following error was encountered: Fatal error cannot open LIBC.
To remove the error, navigate to Configuration Properties -> Linker -> Input. Then, add "libc" or "lib.lib" under Ignore specific library. In earlier versions of VS it was set to libc.lib.