irrlicht-0.4 Problem with examples

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.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

You can download it from audiere.sourceforge.net
Guest

Post by Guest »

I HAD THE SAME ERROR MESSAGES. AFTER TRYING TO FIX THE PROBLEM, I BEGAN TO WORK ON THE CODE.

PLEASE CHANGE THE BELOW LINE IN MAIN.CPP ;

IrrlichtDevice *device =createDevice(video::DT_DIRECTX8, core::dimension2d<s32>(640, 480), 16, false, false, &receiver)

to

IrrlichtDevice *device =createDevice(video::DT_OPENGL, core::dimension2d<s32>(640, 480), 16, false, false, &receiver)

MAYBE YOU HAVE PROBLEM WITH THE DIRECTX DRIVERS.
bebop
Posts: 2
Joined: Sun Sep 07, 2003 7:52 pm

Post by bebop »

well thnks for all the help guys moving along now I may revisit irrlicht in the future thanks
Post Reply