Bonjour tout le monde,
Alors voila, lors de la compilation de mon jeu avec la derniere version de Qt creator (5.0.1), j'obtiens l'agréable message
Démarrage de C:\Users\Nathan\Workbench\Dragon-Roar-DEBUG\debug\Dragon-Roar.exe...Le programme s'est terminé subitement.
C:\Users\Nathan\Workbench\Dragon-Roar-DEBUG\debug\Dragon-Roar.exe a quitté avec le code -1073741515
et avec le debugguer :
10:56:13: Exécution des étapes pour le projet Dragon-Roar...
10:56:13: Configuration inchangée, étape QMake sautée.
10:56:13: Débute : "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe"
C:/Qt/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'C:/Users/Nathan/Workbench/Dragon-Roar-DEBUG'
mingw32-make[1]: Nothing to be done for 'first'.
mingw32-make[1]: Leaving directory 'C:/Users/Nathan/Workbench/Dragon-Roar-DEBUG'
10:56:14: Le processus "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" s'est terminé normalement.
j'ai chercher partout sans trouver de solution qui marche, je pense que le probleme peut venir de ma variable PATH, mais elle contient bien:
C:\Program Files (x86)\CMake 2.8\bin\;C:\Qt\Qt5.0.1\Tools\MinGW\bin\;C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\;C:\Qt\Qt5.0.1\Tools\QtCreator\bin\;
et aussi mon .pro contient
INCLUDEPATH += C:\Users\Nathan\Workbench\library\SFML-2.0-rc\include
LIBS += -LC:/Users/Nathan/Workbench/library/SFML-2.0-rc/lib
CONFIG(release, debug|release)
{
LIBS += -lsfml-audio -lsfml-graphics -lsfml-network -lsfml-system -lsfml-window
}
CONFIG(debug, debug|release)
{
LIBS += -lsfml-audio-d -lsfml-graphics-d -lsfml-network-d -lsfml-system-d -lsfml-window-d
}
SOURCES += \
main.cpp \
Title.cpp \
Button.cpp \
Leveler.cpp
HEADERS += \
Including.h \
Title.h \
Button.h \
Leveler.h \
StepManager.h \
SavFiler.h \
EditorMain.h
RC_FILE = ressource.rc
est-ce que quelqu'un a une idée Svp.