Now I was working my way throught these tutorial:
http://irrlicht.sourceforge.net/docu/example003.html
They are a great way of touching all functionalities of Irrlicht. Now I this third tutorial I stumbled upon a little problem. There error I'm getting:
Code: Select all
Error 1 error LNK2001: unresolved external symbol "class irr::video::SMaterial irr::video::IdentityMaterial" (?IdentityMaterial@video@irr@@3VSMaterial@12@A)
The problem is that this is code of Irrlicht itself. Why wouldn't "IdentityMaterial" be implemented? I'm a little bit confused by this error, but I'm pretty sure I'm just doing something really noobie
So please point it out, so I can move on to the real work XD
Anyway thanks for the help,
Greatings
Genzm