Page 1 of 1

vc++ 2003 compiler error

Posted: Fri Dec 09, 2005 3:12 pm
by Jehsup
I get the following error when compiling from clean download of 0.14.


Irrlicht fatal error LNK1104: cannot open file 'libci.lib'

Anyone know how I can get around this?

Thanks in advance for any help.

J

Posted: Fri Dec 09, 2005 5:25 pm
by Guest
search the folder of that library and add it to your additianal library paths... or simply read some tutorials/manuals about your compiler...

Posted: Fri Dec 09, 2005 6:01 pm
by latentdisposition
Set your linker options to igore that library.

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6925

Step 5 if you are using Code::blocks