Sorry I haven't managed to even get close to compile the source yet. Tryed before. I have looked at GCC but it seams to be something nearly impossible to understand for the unintroduced. So for MinGW wich I downloaded and installed but only runs presenting an error message of an missing file... so great tool.
Wich part of the MS Studio Express should I install and import the source into? (C#, C++ or Basic)
What then do I import? The Gravit's main.c -file? Will the rest of the source code then be linked into the project when compiling?
* Downloaded and extracted SDL_image-devel-1.2.10-VC; SDL_ttf-devel-2.0.10-VC and SDL-devel-1.2.14-VC6
* Included the paths to theese zip-file's folder's Include and Lib in the list of paths Include and Library of the project.
* Started Debugging... wich gave me an application with a white screen only File menu with Exit and a empty Help menu.
'Gravit.exe': Loaded 'D:\Documents\Visual Studio 2010\Projects\Gravit\Debug\Gravit.exe', Symbols loaded.
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\user32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\msvcr100d.dll', Symbols loaded.
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Program Files (x86)\Gizmo\ghook.dll', Binary was not built with debug information.
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll', Cannot find or open the PDB file
'Gravit.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll', Cannot find or open the PDB file
The program '[6460] Gravit.exe: Native' has exited with code 0 (0x0).
So... I guess some furter steps/hints/instructions needed. Should I drag all c and/or h -files into the compiler?