Can not compile :(

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Dodge
Posts: 9
Joined: Fri Aug 05, 2005 7:20 am

Can not compile :(

Post 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
Dodge
Posts: 9
Joined: Fri Aug 05, 2005 7:20 am

Post 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]
Post Reply