Symbol not found

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
Cleves
Posts: 224
Joined: Mon Sep 08, 2003 6:40 pm

Symbol not found

Post by Cleves »

Hey all,

When i try to make:
IVideoDriver* driver = dvc->getVideoDriver();
ISceneManager* smgr = dvc->getSceneManager();
global variables the compile goes ok but when i run the program there is a problem and the debugger tells me that IVideoDriver is not a symbol he finds. :?

What does that means?

Thanks
Kortyburnss

Post by Kortyburnss »

Maybe your irrlicht.lib and irrlicht.dll are not the same version ??

If not, sorry i've not idea.
Post Reply