Frage zu Dev-Cpp Beta 5 (Pre-Release 4.9.8.0) und SDL
-
Hallo erstmal,
Hab ein Prob mit der neue Version:
------------------------------------------------------------------
Erstmal der Code:#include <iostream> #include <stdlib.h> #include "SDL.h" int main(int argc, char *argv[]) { SDL_Delay (1000); return 0; }
-------------------------------------------------------------------
So nun die Linker Einstellungen:
http://de.geocities.com/danyflame2000/
(auf das Bild klicken)
-------------------------------------------------------------------So nun die Fehlermeldung:
X:\unwichtig\unwichtig\unwichtig\unwichtig\SDL\SDL_Startup\2
unable to run program file.
-------------------------------------------------------------------Warum kommt die Fehlermeldung und wie behebe ich das Problem
-------------------------------------------------------------------
Quellcode
-
Die Linkereinstellungen sind bei mir so:
-lmingw32 -lSDLmain -lSDLProbier mal ein anderes Projekt und schau ob du die Fehlermeldung auch bekommst.
Hattest du Dev-C++ davor schon einmal de und dann wieder installiert?Und nochetwas, keine Crossposts:
http://www.robsite.de/php/phpbb/viewtopic.php?t=302
-
Danke ich werds mal ausprobieren.
Wegend em Crossposting:Da antwortet keine Sau
-
im Compile Log steht folgendes:
Compiler: Default compiler Building Makefile: "D:\Eigene Dateien\Toni\Programmieren\Projects\SDL\SDL_Startup\Makefile.win" Executing make... make.exe -f "D:\Eigene Dateien\Toni\Programmieren\Projects\SDL\SDL_Startup\Makefile.win" all Execution terminated