Advertisement

problems of using Irrlicht

Started by August 10, 2004 10:14 PM
4 comments, last by TimChan 20 years, 6 months ago
my pc can't run an Irrlicht application which the device set to EDT_DIRECTX8 or DIRECTX9,as below: IrrlichtDevice *device = createDevice(EDT_DIRECTX8, dimension2d<s32>(640, 480)); and here is the error i get: DirectX Driver was not compiled into this dll. Try OpenGL. Error: Could not load built-in Font fortunately,setting to EDT_OPENGL is okay.but i wanna know how to solve this problem? [Edited by - TimChan on August 11, 2004 6:49:07 AM]
i am using Dev-C++, and i've already installed DX runtime.
but how to compile irrlicht?
Advertisement
Someone posted this on the Irrlicht message board, which may be helpful to you :)
Yeah!!its ok now!!
just simply replace the Irrlicht.dll with another one...

[Edited by - TimChan on August 12, 2004 2:03:47 AM]

This topic is closed to new replies.

Advertisement