The goal of this post is to redirect potential GIMX developers to some useful resources.
Feel free to report any problem or to ask for some additional info.
			
			
									
						
							Development resources
Development resources
GIMX creator
			
						Re: Development resources
nice, very very useful info for ppl who have less exp with C and eclipse  
			
			
									
						
										
						
Re: Development resources
The second tutorial is now even more easier as I made installation+build scripts 
Anyone should now be able to build GIMX in windows, even without any knowledge about C/C++ programming!
			
			
									
						
							
Anyone should now be able to build GIMX in windows, even without any knowledge about C/C++ programming!
GIMX creator
			
						Re: Development resources
I've compiled the latest version of GIMX   
 
The code is amazingly clean and I've also noticed some lovely new icons
FPSConfig is cool too, but I love lists more
			
			
									
						
										
						 
 The code is amazingly clean and I've also noticed some lovely new icons

FPSConfig is cool too, but I love lists more

Re: Development resources
Getting heaps of errors I must have missed something. 
			
			
									
						
										
						
Re: Development resources
Unresolved inclusion: <wx/msgdlg.h>
Unresolved inclusion: <pwd.h>
And other inclusions with <wx/
Symbol 'std' could not be resolved
			
			
									
						
										
						Unresolved inclusion: <pwd.h>
And other inclusions with <wx/
Symbol 'std' could not be resolved
Re: Development resources
You should install mingw and the libraries again, something went probably wrong at these steps.
Pay attention to any error message displayed in the terminal.
			
			
									
						
							Pay attention to any error message displayed in the terminal.
GIMX creator
			
						Re: Development resources
Yeah, the first time I installed them I probably missed something but now i'm getting these:
./build.sh: line 16: unzip: command not found
./build.sh: line 23: svn: command not found
./build.sh: line 26: cd: GIMX: No such file or directory
make: Makefile.win: No such file or directory
make: *** No rule to make target `Makefile.win'. Stop.
			
			
									
						
										
						./build.sh: line 16: unzip: command not found
./build.sh: line 23: svn: command not found
./build.sh: line 26: cd: GIMX: No such file or directory
make: Makefile.win: No such file or directory
make: *** No rule to make target `Makefile.win'. Stop.

