But i like to know what means those erros below, and a solution please.
=================================================
In the exemple 2 - Load a quake map ( http://irrlicht.sourceforge.net/tut002.html ) the .exe created doesn't run!!!
=================================================
In the exemple 4 - movement. http://irrlicht.sourceforge.net/tut004.html
i got
133 C:\DOCUME~1\Bruno\Desktop\Irrdemo\teste.cpp
parse error at end of
C:\Documents and Settings\Bruno\Desktop\Irrdemo\Makefile.win
[Build Error] [../../../../DOCUME~1/Bruno/Desktop/Irrdemo/teste.o] Error 1
=================================================
device->setWindowCaption(tmp);
lastFPS = fps;
}
}
device->drop();
return 0;
} // line 133, last line!!
Exemple 5 - User iterface http://irrlicht.sourceforge.net/tut005.html
The .exe doesn't run.
=================================================
I didn't tried the others exemples, maybe will occur errors too.