Problem for Compil with Directx in devc++

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
Copland

Problem for Compil with Directx in devc++

Post by Copland »

HI !
At the end of compilation, I have this error:

-L"C:/Dev-Cpp/IRRLICHT/source/zlib" -L"C:/Dev-Cpp/IRRLICHT" --no-export-all-symbols --add-stdcall-alias -lgdi32 -lglu32 -lopengl32 -ljpeg -lz -Id3d9 -Id3dx9d ../libjpeg.a ../libz.a ../libIrrlicht.a -o Irrlicht.dll
CDirectX9Texture.o(.text+0x131):CDirectX9Texture.cpp: undefined reference to `D3DXFilterTexture@16'
CDirectX9Texture.o(.text+0x231):CDirectX9Texture.cpp: undefined reference to `D3DXFilterTexture@16'
dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
dllwrap.exe: c++ exited with status 1
make.exe: *** [Irrlicht.dll] Error 1

I'm newbies and i dont understand where is the problem !
Can anyone help me please ?
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Copland

Thx...

Post by Copland »

Ok 100% compiled! Thank you very much.
Post Reply