My input class - Unknown class conflict

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
majc
Posts: 6
Joined: Wed Sep 14, 2005 7:04 pm

My input class - Unknown class conflict

Post by majc »

I got an external input class but it seems the unknown class of visual studio has conflicts with the IUnknown class of Irrlicht engine.
Why is that?
Thanks in advance.
Fred

Post by Fred »

If you're using the Irrlicht namespace, there's probably a conflict if VC already has IUnknown. Remove the using namespace for Irrlicht, and do irr:IUnknown or whatever it is.
Post Reply