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 ?