
@BlindSide: i´m trying to compile your "example2" with Dev C++ but getting this error message:
main_net.cpp: In function `int main()':
main_net.cpp:172: error: no matching function for call to `irr::net::INetManager::addNetSceneNode(int, irr::core::vector3df, irr::core::vector3df, irr::core::vector3df)'
D:/project_x/irrlicht-1.2/include/NetManager.h:589: note: candidates are: irr::scene::IAnimatedMeshSceneNode* irr::net::INetManager::addNetSceneNode(irr::u16, irr::core::vector3df&, irr::core::vector3df&, irr::core::vector3df&)
main_net.cpp:182: error: no matching function for call to `CSceneNodeAnimator3PCamera::CSceneNodeAnimator3PCamera(irr::scene::ISceneManager*&, irr::gui::ICursorControl*&, irr::scene::IAnimatedMeshSceneNode*&, int, int, int, irr::core::vector3df)'
D:/project_x/irrlicht-1.2/include/Animators.h:18: note: candidates are: CSceneNodeAnimator3PCamera::CSceneNodeAnimator3PCamera(const CSceneNodeAnimator3PCamera&)
D:/project_x/irrlicht-1.2/include/Animators.h:44: note: CSceneNodeAnimator3PCamera::CSceneNodeAnimator3PCamera(irr::scene::ISceneManager*, irr::gui::ICursorControl*, irr::scene::ISceneNode*, irr::f32, irr::f32, irr::f32, irr::core::vector3df&, irr::f32, irr::f32, irr::f32, irr::f32, irr::f32, irr::f32, irr::f32)
make.exe: *** [main_net.o] Error 1
-----
i´m not a great programmer, so absolutely clueless ^^
can anybody give me a hint?
