A solution for VS .net 2003 compile problem with libci.lib

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
fretnoize
Posts: 43
Joined: Sun Feb 01, 2004 4:57 am
Location: Los Angeles

A solution for VS .net 2003 compile problem with libci.lib

Post by fretnoize »

I ran into this problem when trying to compile the source to apply the q3bsp problem where some faces were disappearing. When liking i was given the message that it could not open libci.lib. The fix for this if you run into it is to go to project-><projectname>properties->Configuration Properties->Linker->Input There you will see a field for Ignore Specific Library. In that field type libci.lib and that should solve your problem. This ends up adding /NODEFAULTLIB:libci.lib to your linker command line.
Post Reply