new IDE,new error...

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
Grumpy
Posts: 77
Joined: Wed Dec 30, 2009 7:17 pm
Location: Montana, Usa

new IDE,new error...

Post by Grumpy »

After giving up on DEV, I switched to C++ Builder 6.

I readjusted the include files and compiled Main.cpp in Hellow World...
new error is:
[C++ Warning] irrMath.h(42): W8058 Cannot create pre-compiled header: initialized data in header

wich is :

const f32 ROUNDING_ERROR_f32 = 0.000001f;

what the bleep is going (or not) on ???

irrmath should not even be on the error list.
code happens
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

really you should switch to visual studio express or codeblocks they are both free and great
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Isn't C++ Builder 6 more ancient than Dev-C++?

You should really consider swithching to something newer, like Eclipse, Code::Blocks or VC++ express edition (use 2008, since irrlicht has some issues while setting up with 2010).
Working on game: Marrbles (Currently stopped).
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

If you'r a student you might want to check out microsoft dreamspark or msdnaa and hope your school is connected. Vs2010pro is quite nice, more so when it's (semi-)free ;]
Grumpy
Posts: 77
Joined: Wed Dec 30, 2009 7:17 pm
Location: Montana, Usa

Post by Grumpy »

Yes the builder is old... my microsoft visual 6 seemed to not work (something about needing version 7 or better) so I reloaded the Borland.

I will try the VS Express and see if that helps any.

Thanks guys.
code happens
Jiang
Posts: 77
Joined: Tue Feb 20, 2007 11:03 am

Post by Jiang »

Grumpy wrote:Yes the builder is old... my microsoft visual 6 seemed to not work (something about needing version 7 or better) so I reloaded the Borland.

I will try the VS Express and see if that helps any.

Thanks guys.
Just as other said, compared with vc6 and cb, the latest visual studio (express version) or even Code::Blocks is much better in my mind.

Also I just released a small tool called irrbuild, which can be used to build irrlicht related application.

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=42554

Hope it can help you with your IDE/build/Project issues...

Regards,

Jiang
Post Reply