Skip to content

Microsoft Visual Studio 2005 Notes

Mark Millard edited this page Apr 11, 2018 · 1 revision

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.

Clone this wiki locally