Page 1 of 1

Can not compile :(

Posted: Fri Aug 05, 2005 7:37 am
by Dodge
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

Posted: Fri Aug 05, 2005 8:27 am
by Dodge
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 :D
and if i not read carefully i make it wrong -_-



problem cleard ;)


gtw:
i've used
IAimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2");
IAimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode( mesh );
instead of
IAnimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2");
IAnimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode( mesh );
[/quote]