hello,

I 've tried some things, now it's a little better but it still doesn't work, I can't use the fmod library.
I 'm using windows, qt and MinGW.

My .pro :

TEMPLATE = app
TARGET +=
DEPENDPATH += .
INCLUDEPATH += C:\FMODProgrammersAPIWin64\api\inc
LIBS += libfmodex.a
QT+=opengl

The errors :

D:\Documents and Settings\AlexNinja\Bureau\stagius2>make
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `D:/Documents and Settings/AlexNinja/Bureau/
stagius2'
g++ -c -O2 -O2 -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_D
LL -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-DQT_NEEDS_QMAIN -I"C:/Qt/4.1.3/include/QtCore" -I"C:/Qt/4.1.3/include/QtGui" -I
"C:/Qt/4.1.3/include/QtOpenGL" -I"C:/Qt/4.1.3/include" -I"C:/FMODProgrammersAPIW
in64/api/inc" -I"C:/Qt/4.1.3/include/ActiveQt" -I"release" -I"." -I"c:\Qt\4.1.3\
mkspecs\win32-g++" -o release\Ecran_3D.o Ecran_3D.cpp
In file included from Ecran_3D.cpp:3:
Ecran_3D.h:72: error: ISO C++ forbids declaration of `FSOUND_STREAM' with no typ
e
Ecran_3D.h:72: error: expected `;' before '*' token
mingw32-make[1]: *** [release\Ecran_3D.o] Error 1
mingw32-make[1]: Leaving directory `D:/Documents and Settings/AlexNinja/Bureau/s
tagius2'
mingw32-make: *** [release] Error 2


Thank you all for helping...