Hello,
J'ai recompilé mais le problème persiste :
En Release Mode : Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Release
Adding source dir: C:\Users\boutou\CodeBlocksProject\SFMLWORKS\
Adding source dir: C:\Users\boutou\CodeBlocksProject\SFMLWORKS\
Adding file: bin\Release\SFMLWORKS.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Reading symbols from C:\Users\boutou\CodeBlocksProject\SFMLWORKS\bin\Release\SFMLWORKS.exe...(no debugging symbols found)...done.
Debugger name and version: GNU gdb (GDB) 7.5
Child process PID: 4960
Program received signal SIGSEGV, Segmentation fault.
In sf::VideoMode::VideoMode(unsigned int, unsigned int, unsigned int) () (C:\Users\boutou\CodeBlocksProject\SFMLWORKS\bin\Release\sfml-window-2.dll)
Il y a plus d'erreurs dans le Call Stack :
#0 691C4AF9 sf::VideoMode::VideoMode(unsigned int, unsigned int, unsigned int) () (C:\Users\boutou\CodeBlocksProject\SFMLWORKS\bin\Release\sfml-window-2.dll:??)
#1 00000000 0x00410cb9 in ??() (??:??)
#2 00000000 0x004010fd in ??() (??:??)
#3 77639EF2 ntdll!RtlpNtSetValueKey() (C:\Windows\system32\ntdll.dll:??)
#4 00000000 0x7efde000 in ??() (??:??)
#5 77639EC5 ntdll!RtlpNtSetValueKey() (C:\Windows\system32\ntdll.dll:??)
#6 00000000 0x004012a0 in ??() (??:??)
#7 00000000 0x00000000 in ??() (??:??)
Et en Debug Mode :Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Users\boutou\CodeBlocksProject\SFMLWORKS\
Adding source dir: C:\Users\boutou\CodeBlocksProject\SFMLWORKS\
Adding file: bin\Debug\SFMLWORKS.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.5
Child process PID: 2016
Program received signal SIGSEGV, Segmentation fault.
In sf::VideoMode::VideoMode (this=0xc8, modeWidth=200, modeHeight=32, modeBitsPerPixel=2) at D:\developpement\sfml-master\src\SFML\Window\VideoMode.cpp:50 ()
Call Stack :
#0 6E182B85 sf::VideoMode::VideoMode(this=0xc8, modeWidth=200, modeHeight=32, modeBitsPerPixel=2) (D:\developpement\sfml-master\src\SFML\Window\VideoMode.cpp:50)
#1 00401416 main() (C:\Users\boutou\CodeBlocksProject\SFMLWORKS\main.cpp:5)
Merci d'avance pour la lecture.