Hello,
today i've found Irrlicht at sourceforge.net.
I've tried to make the tutorial 1 (Hello World)
but i cannot compile
here is a screenshot of my VC++(u can see sourcecode and config ) (LINK)
I have the include and lib path correct.
here is the build log(if needed ^^) (LINK)
and here the cpp code (LINK)
I hope someone can help
Can not compile :(
argh Xd
I'm too stupid for this world -.-
i've just used
use namespace irr;
because i misunderstood these sentence "To keep this example simple, we don't want to have to specify the name spaces"
i'm german
and if i not read carefully i make it wrong -_-
problem cleard
gtw:
i've used
I'm too stupid for this world -.-
i've just used
use namespace irr;
because i misunderstood these sentence "To keep this example simple, we don't want to have to specify the name spaces"
i'm german
and if i not read carefully i make it wrong -_-
problem cleard
gtw:
i've used
instead ofIAimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2");
IAimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode( mesh );
[/quote]IAnimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2");
IAnimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode( mesh );