vc++ 2003 compiler error

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
Jehsup
Posts: 1
Joined: Fri Dec 09, 2005 3:07 pm

vc++ 2003 compiler error

Post 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
Guest

Post 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...
latentdisposition
Posts: 29
Joined: Mon Jun 27, 2005 1:17 pm

Post 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
"The creation of something new is not accomplished by the intellect but by the play instinct acting from inner necessity. The creative mind plays with the objects it loves."

Carl Jung
Post Reply