Use of undefined type, whenever I try to dereference the pointer, why is this, its in the ISceneManager.h??? I've tried including the ITextSceneNode.h in the main Irrlicht.cpp but to no avail...
ITextSceneNode* mp_TextNode = mp_Smgr->addTextSceneNode(/*params*/);
mp_TextNode->setText(output.c_str()); //won't dereference the pointer, and call the method, say the output that I have put in the first post.
I a pevious release of the irrlicht engine, niko forgot to include the ITextSceneNode.h file in the include directory. You will find it in the source.zip. Just put it in the include directory.
Please send me an e-mail instead of a private message.