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
Guest

error

Post by Guest »

I need help! I have went through the whole hello world tutorial and after i compile it and try to run it i get this error
Linking...
Link: fatal error LNK1104: cannot open file "Irrlicht.lib"
Error executing link.exe.
Any help would be greatly appericated!!!
VPB
Posts: 36
Joined: Sat Apr 10, 2004 8:02 am

Post by VPB »

It looks like you didn't add the irrlicht lib to your setting, see the first part of the first tutorial for that 8) (Setting up the IDE)
Guest

Post by Guest »

:D ok that worked but now it says that it can't fint the Irrlicht.dll!!!
thanx
Guest

Post by Guest »

Anonymous wrote::D ok that worked but now it says that it can't fint the Irrlicht.dll!!!
thanx
I ment find not "fint".
VPB
Posts: 36
Joined: Sat Apr 10, 2004 8:02 am

Post by VPB »

Does the error occur when you try to run? Because then u need to put the Irrlicht.dll from the SDK (found with the working examples) in the same directory as your exe file
Guest

Post by Guest »

:D :D :D Thankx now its working!!!!!
thanx :D :D :D
Post Reply