Search found 5 matches

by darkelf
Wed Feb 14, 2007 12:08 pm
Forum: Beginners Help
Topic: 3D modeller
Replies: 1
Views: 302

3D modeller

Hello.

Wat program should i use to Make maps?
I used maplet 3D, and wanted to use it, but as soon as i export a .x file, i cant load it on irredit, and dont kno how to fix it.

Any suggestion?
by darkelf
Mon Feb 12, 2007 6:16 pm
Forum: Beginners Help
Topic: Code error
Replies: 7
Views: 255

Ok thanks guys for helping me, everything works =) So i made my first hello world thingie, now i understand how the engine works a bit. Thanks again. Ill try to do the next tutorial and see if i can do it alone =P I made other two demos (both workin ^^), but i checked the CPU, and it was 98%, is the...
by darkelf
Mon Feb 12, 2007 4:37 pm
Forum: Beginners Help
Topic: Code error
Replies: 7
Views: 255

Oh, okay. Thanks I done compiling, n i got this error: [Linker error] undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*, char const*)' ld returned 1 exit status it should be somethin wrong...
by darkelf
Mon Feb 12, 2007 2:26 pm
Forum: Beginners Help
Topic: Code error
Replies: 7
Views: 255

Thanks. I already fixed it, i forgot to include dev c++ Libraries. But i got another error "node->setMaterialTexture(0, driver->getTexture("G:/irrlicht-1.2/media/sydney.bmp"));" The compiler says: 'driver' undeclared (first use this fuction) (each underclared identifier reported ...
by darkelf
Sun Feb 11, 2007 3:34 pm
Forum: Beginners Help
Topic: Code error
Replies: 7
Views: 255

Code error

#include <irrlicht.h> using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; #pragma comment(lib, "Irrlicht.lib") int main () { IrrlichtDevice *dev = createDevice (EDT_DIRECTX8, core::dimension2d<s32> (800, 600), 32, false, false, false...