..\SDK\irrlicht-1.7.3\include\ISceneManager.h|1053|note: no known conversion for argument 2 from 'irr::core::array<irr::scene::ISceneNode*>' to 'irr::scene::ISceneNode*'|
Is there a solution for this ?
Thanks in advance,
RVM
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
Completely confusing error. getSceneNodesFromType does not expect a 'irr::scene::ISceneNode*' so no idea why it tries to convert there in your case. Also works with default Irrlicht that way (and that function seems to look the same since at least Irrlicht 1.4, didn't check older versions now).
Please open ISceneManager.h (in the Irrlicht include folder) and check how your getSceneNodesFromType declaration looks like. I have the feeling you changed it for some reason.
Otherwise please tell us which compiler you are using. I just tried VS 2010 on Windows XP right now.