-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNotes.txt
More file actions
41 lines (28 loc) · 1.44 KB
/
Notes.txt
File metadata and controls
41 lines (28 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
How to get this project compiling with eclipse - MingW:
**************************************************************************
-you need SDL for MINGW
-you need to add the following Paths:
INCLUDE: D:\Daten\Programmierung\SDL-1.2.14_MINGW\include\SDL
LIB: D:\Daten\Programmierung\SDL-1.2.14_MINGW\lib
-LIDS: (in that order...)
mingw32
SDLmain
SDL
-if the Debugger cancels because it can't do "gdc --version"
go in debugConfigurations and give him the full path to gdc.exe
(like C:\Programme\eclipse\mingw\bin\gdb.exe)
-included SFont to print Text --> just files in source are set to be sourcefiles
(look at projectproperties)
-i'm using SDL_gfx too!
How to get this project compiling with MSVC++:
**************************************************************************
-!!!!enable CONSOLE-Appilcation in Project-Settings (Linker->System->Subsystem)
-Linker-Eingabe needs to have SDLmain.lib SDL.lib in Zusätzliche Abhängigkeiten
-extras-Options needs to get added path to SDL-Includes and libs
If you use SDL_CreateRGBSurface:
the masks have to be set for 16 bit : to 0xf000 and so on!!!
see documentation!!!
Please set all pictures to 24 Bit!!!!!
Hey that looks great: http://members.chello.nl/w.boeke/SDL-widgets/index.html
http://www.libsdl.org/projects/GUIlib/
http://nehe.gamedev.net/wiki/Default.aspx?Page=LessonEclipse&AspxAutoDetectCookieSupport=1