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.
new IDE,new error...
new IDE,new error...
code happens
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.
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).
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).
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.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.
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