A solution for VS .net 2003 compile problem with libci.lib
A solution for VS .net 2003 compile problem with libci.lib
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.