Search found 6 matches
- Sat Jun 20, 2009 6:15 am
- Forum: Jirr
- Topic: Jirr - Unsatisfied Link error - Did I error on setting up?
- Replies: 2
- Views: 6036
I looked around the forums and it seems that other people have fixed this by adding directx.dll to their bin. Where do I find directx.dll. I re-installed directx and still my search does not find directx.dll. It was not in the c++ dist of irrlicht it definetly was not in jirr. If anyone could help m...
- Thu Jun 18, 2009 6:11 am
- Forum: Jirr
- Topic: Jirr - Unsatisfied Link error - Did I error on setting up?
- Replies: 2
- Views: 6036
Jirr - Unsatisfied Link error - Did I error on setting up?
Hello I followed this tutorial http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=13932&sid=4e5043c76e2acccfc6dd666ab56b9c2f but this seems just a tiny bit out of date and I'm wondering if that is the reason why I'm getting errors. I'm able to follow the tutorial and get it to build and give...
- Wed May 20, 2009 4:30 am
- Forum: Beginners Help
- Topic: Easiest to implement Physics Engine.
- Replies: 1
- Views: 450
Easiest to implement Physics Engine.
I'm just starting into the non-modding game development and I was wondering what the easiest to implement physics engine would be as I don't really need that much performance from my engine.(I don't need the most realistic)
If anyone has any suggestions or comments I thank them in advance. Thank You.
If anyone has any suggestions or comments I thank them in advance. Thank You.
- Sat May 16, 2009 9:24 pm
- Forum: Beginners Help
- Topic: Terrain Editor / Heightmap Editor -Wonder what everyone uses
- Replies: 2
- Views: 527
Terrain Editor / Heightmap Editor -Wonder what everyone uses
*edit I feel dumb, I did search the tools list before posting this, but I didn't see the post on top of the beginners forum(I just thought to look in the tools section). Though a lot of those links seem dead also.... And they don't seem heightmap or terrain oriented. They seem to do what irrEdit doe...
- Sat May 16, 2009 7:13 pm
- Forum: Beginners Help
- Topic: Cannot find Irrlicht.dll
- Replies: 4
- Views: 626
Thanks
Thank you this worked. To a point.(But it was the right answer and I'm very thankful) I was able to put the .dll into the folder and it ran, just it didn't run all the way because it didn't find all of the files that were neccesary(Makes sense). I took my EXE file and instead threw it in the irrlich...
- Sat May 16, 2009 10:55 am
- Forum: Beginners Help
- Topic: Cannot find Irrlicht.dll
- Replies: 4
- Views: 626
Cannot find Irrlicht.dll
Using - Details description is listed below -HelloWorld tutorial -Visual Studio 2008 Professional --Created a new project in the default VS projects folder and just added an empty c++ file and copied the code into the project ========================================= I was doing the helloworld tutor...