Page 1 of 1

My input class - Unknown class conflict

Posted: Thu Sep 15, 2005 5:52 pm
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.

Posted: Thu Sep 15, 2005 6:45 pm
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.