Search found 4 matches

by FrostLord
Fri Dec 01, 2006 3:36 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 109478

I have recently switched to CODE::BLOCKS from DevC++ and I tried to recompile Irrlicht 1.2 with DirectX9 support. After a few tries I suspected that the Devpak for DevC++ I was using was too old to work with latest DirectX functions, so I tried to use the latest DirectX SDK (in this case, october 20...
by FrostLord
Tue Aug 08, 2006 4:34 pm
Forum: Beginners Help
Topic: error building irrlicht 1.1 with dev c++ 4.9.9.2
Replies: 5
Views: 469

Want something more weird ? This is what happens when I try to compile IrrLicht 1.1 source in DevC++ 4.9.9.2 with GCC 3.4 -.-" In file included from CSoftwareDriver.h:9, from CSoftwareDriver.cpp:5: CNullDriver.h:345: error: ISO C++ forbids declaration of `IAttributes' with no type CNullDriver.h...
by FrostLord
Thu May 25, 2006 3:20 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: TrueType font Support by FreeType Library
Replies: 183
Views: 99033

has anyone compiled this with dev-c++ ? id like to use this but cant figure out how to use it with my dev-c++ project Yes, compiled with no problems in DevC++ with Freetype2 and IrrLichtSDK 1.0. This is a quite useful add-on to the IrrLicht engine... I'd like to see it built in in the next version ...
by FrostLord
Thu Apr 27, 2006 2:48 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 109478

For the New Irrlicht 1.0 SDK the directives

-D_IRR_COMPILE_WITH_DIRECTX_8_=1
-D_IRR_COMPILE_WITH_DIRECTX_9_=1


HAVE BEEN CHANGED TO:

-D_IRR_COMPILE_WITH_DIRECT3D_8_=1
-D_IRR_COMPILE_WITH_DIRECT3D_9_=1

Beware :wink: