exe wird nicht gestartet (Fehlercode 0xc0000005)
-
Ich arbeite mit CodeBlocks und wxWidgets!
Beim run:
Die Anwendung konnte nicht korrekt gestartet werden (0xc0000005)!Im Compiler steht:
Process terminated with status -1073741819 (0 minutes, 29 seconds)Weiß jemand um was es sich da handelt?
Es geht lediglich um den automatisch generierten Code vom Projektstart.Danke
MfG MN
Debuggerlog:
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Release
Adding source dir: C:\Users\Michael\Desktop\Programmieren\GUI\HW\what\
Adding source dir: C:\Users\Michael\Desktop\Programmieren\GUI\HW\what\
Adding file: bin\Release\what.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
(no debugging symbols found)
Debugger name and version: GNU gdb 6.7.50.20071127
Child process PID: 6352
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
In malloc () (C:\Program Files (x86)\CodeBlocks\MinGW\bin\mingwm10.dll)
-
Falscher Pfad "base" unter den globalen Variablen war der Fehler
Erzeugte library + headerfiles in den mingw Ordner geschoben und die Pfade der globalen Variablen richtig gesetzt
base mingw
include mingw/..include
lib ming/.lib/."erzeugte library"--
Falls noch jemand den Fehler haben sollte