Just downloaded irrlicht and wanted to run some of the demos. . . .
I get a strange error message that goes like this:
Entry Point Not Found
?createDevice@irr@@YAPAVIrrlichtDevice@1@W4EDriverType@video@1@ABV?$dimension2d@H@core@1@I_N2PAVIE ventReceiver@1@@Z could not be located in the dynamic link library Irrlicht.dll
i think if the dll is not found, windows reports that, but i'm not sure. to me it seems you do not have directx 8. either get directx 8 or search for DT_DIRECTX8 in the demofiles (cpp) and replace that with DT_OPENGL or DT_SOFTWARE and compile them.
...well i have DX9..
im trying to run the pre-compiled demos. . the quake3 map one in particular..
irrlicht.dll is in the same directory and i know this isn't the problem because if i remove it from the directory it says 'couldn't find blablablablabla"
I downloaded irrlicht 4.1 precompiled and all so how do i know if i have the correct version of irrlicht.dll?