LINK : fatal error LNK1104: cannot open file 'Irrlicht.lib'
LINK : fatal error LNK1104: cannot open file 'Irrlicht.lib'
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.
\lib isn't enough.
you need:
depending on your compiler[/code]
you need:
Code: Select all
\lib\Win32-gcc
or
\lib\Win32-visualstudio