ďťż

Ładny brzuch

Próbowałem zainstalować SDL pod Devem i Visual C++ 2005 EE niestety nie udało mi się, ciągle mam jakieś błedy. Robiłem wszystko według opisów jakie znalazłem w necie i nie pomogło.

Kod:

#include<SDL.h> #include<stdlib.h> #undef main int main() { if(SDL_Init(SDL_INIT_VIDEO)<0) { printf("Nie mozna zainicjalizowac SDL\n"); return 1; } atexit(SDL_Quit); return 0; }

Błąd z dev'a:
F:\programy\Dev-Cppwin\Makefile.win [Build Error] No rule to make target `E:/Documents', needed by `main.o'. Stop.

A w Visualu:

Błedy:

W okienku:

"Unable to start program 'c:\dokument and settings\...

This application has failed to start because the application
configuration is incorrect. Review the manifest file for possible
errors. Reinstalling the application may fix this problem. For more
details, please see the application event log."

W Error list:

Error 2 fatal error LNK1120: 1 unresolved externals C:\Documents and Settings\Hexor\My Documents\Visual Studio 2005\Projects\sdl\Debug\sdl.exe 1
Error 1 error LNK2019: unresolved external symbol _SDL_main referenced in function _main sdlmain.lib

Ktoś mi może powiedziec jak zrobić żeby mi sie kompilowało?



Spróbuj tych stron:
DevCpp
Visual C++

Inne kompilatory pod win

Ciekawa stronka o SDL

ja korzystałem z tego poradnika i SDL działa

w devie tools > check for updates/packages, wybierasz devpaks.org i sciagnij SDL - to automatycznie doda gotowy projekt w oknie nowy projekt, wybierasz go i masz wszystko skonfigurowane.

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • zsf.htw.pl
  •