Tile Terrain updated (irrlicht 1.7.0)

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
link3rn3l
Posts: 81
Joined: Wed Nov 15, 2006 5:51 pm

Post by link3rn3l »

Grumpy wrote:Strange error message...

after copiling ShTITerainsourses... and changed a s32 to a u32 (easy fix there) it compiled with the error saying that 'EDT_DIRECT3D9' is not a member of 'irr::video' ... yea I know thats strange...
I tried it with other video drivers and I got the same error with EDT_DIRECT3D8... the other drivers give me an error of camera functions are not associated with the driver.... veary complexing indeed.

also... which file has the include/media files located ???

Grump!
use , codeblocks+gcc how IDE..



and in main post this all include and binaries files to compile (working)
USE example project files how template..


irrlicht 1.7 svn is used..

..
Last edited by link3rn3l on Mon Feb 08, 2010 3:22 pm, edited 1 time in total.
Bennu (Best 2d and 3D dev-tool)
http://bennupack.blogspot.com

Pixtudio (Best 2D development tool)
http://pixtudiopack.blogspot.com

Bennu3D(3D Libs for bennu)
http://3dm8ee.blogspot.com/

Colombian Developers - Blog:
http://coldev.blogspot.com/
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

If you don't want .NET dependencies, remove or don't check the "managed code" option in your project setting. This is what that option means. And no, it doesn't "suck", it's one of the best IDE out there, and while you may prefer another, please do not insult the work of hundreds, perhaps thousands of extremelly skilled people over 10, maybe 20 years. That'd be somewhat more tasteful of you.
Grumpy
Posts: 77
Joined: Wed Dec 30, 2009 7:17 pm
Location: Montana, Usa

Post by Grumpy »

I would prefer not to go ito code blocks and continue working in Dev C++, I initially started with Borland decades ago but that one was so buggy and incompatable that I finnaly dropped it last year. What in tar-nation is how templates/IDE ?? Is there any other "fix" or is something not set up right ?? I have all the standard include set and the library .lib and .a already set (never had to do that with Borland) so I'm running out of ideas...


Grump
code happens
link3rn3l
Posts: 81
Joined: Wed Nov 15, 2006 5:51 pm

Post by link3rn3l »

Dorth wrote:If you don't want .NET dependencies, remove or don't check the "managed code" option in your project setting. This is what that option means. And no, it doesn't "suck", it's one of the best IDE out there, and while you may prefer another, please do not insult the work of hundreds, perhaps thousands of extremelly skilled people over 10, maybe 20 years. That'd be somewhat more tasteful of you.

ok , sorry , i edit the post...



.
Bennu (Best 2d and 3D dev-tool)
http://bennupack.blogspot.com

Pixtudio (Best 2D development tool)
http://pixtudiopack.blogspot.com

Bennu3D(3D Libs for bennu)
http://3dm8ee.blogspot.com/

Colombian Developers - Blog:
http://coldev.blogspot.com/
Post Reply