Strange DirectX Error

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.
Post Reply
someone153
Posts: 2
Joined: Thu Oct 26, 2006 12:22 am

Strange DirectX Error

Post by someone153 »

When I try to compile Irrlicht with Visual C++ Express Edition I get this strange error:

Code: Select all

d3dx8.lib(d3dx8tex.obj) : error LNK2005: _D3DXFilterTexture@16 already defined in d3dx9d.lib(d3dx9d_30.dll)

Creating library ..\..\lib\Win32-visualstudio\Irrlicht.lib and object ..\..\lib\Win32-visualstudio\Irrlicht.exp

\..\bin\Win32-visualstudio\Irrlicht.dll : fatal error LNK1169: one or more multiply defined symbols found
What am I doing wrong? Thanks!
Post Reply