LINK : fatal error LNK1104: cannot open file 'Irrlicht.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
EglStrk
Posts: 7
Joined: Mon Apr 09, 2007 6:52 pm

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

Post by EglStrk »

I get this error when I try and compile my source code for Tutorial 1 on this website. Does anyone know why? I have already let my compiler know where to find \include and \lib.
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

\lib isn't enough.
you need:

Code: Select all

\lib\Win32-gcc
or
\lib\Win32-visualstudio
depending on your compiler[/code]
Post Reply