Quote Originally Posted by WiZz
and how to set up Delphi 2005?
Try the tutorial I posted here...
http://www.irrforge.org/index.php/De...of_Hello_World

For for everyone's information, Tutorials ( http://irrlicht.sourceforge.net/tutorials.html ) 1 & 2 are now fully operational and tutorial 6 works about 95%. I could not find the where "device.GetTimer().getTime();" is defined within their assembly.

I think it would be fairly simple to port all the tutorial to Delphi.NET. The only thing to watch out for is that Delphi.NET does not pick some of the overloaded methods that contain default parameter. Which just means you have to put them in.