exampes.net + fixing problems

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
Kristian
Posts: 12
Joined: Wed Sep 22, 2004 3:07 pm
Location: Germany

exampes.net + fixing problems

Post by Kristian »

All I did was extract the zip to C:\, so now I have a C:\irrlicht-0.7.
Didn't compile out of the box for various reasons. Reading the incode comments here's what you have to do:

- I copied the 3 .dll files from the bin directory (C:\irrlicht-0.7\bin\VisualStudio) to the release and debugg directorys (C:\irrlicht-0.7\examples.net\01.HelloWorld_cs\bin\{Debug, Release})
- The path to the media directory seems to be wrong in code, so I just used C:\irrlicht-0.7\media\sydney.bmp etc. instead.

After that it should compile.

p.s. This is my first post, since I found the engine today, looks promising. I'll see if I can convert the C++ Tutorials to C# if I have more time.
Post Reply