Magic Lantern Developer Wiki
Build Cross-platform Applications
Status: Beta
Brought to you by:
wizzerworks
This page discusses topics related to building Magic Lantern using Microsoft Visual Studio 2005.
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.