Personal tools
User menu

Difference between revisions of "Tools"

From Francois Louw

Jump to: navigation, search
Line 28: Line 28:
  
 
==Compilers==
 
==Compilers==
 +
 +
My new favourite! [http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/ MinGW-w64]. Produces 64 or 32-bit code with statically linked libraries. Removes the need for external dll. Follow the link->Personal Builds->rubenvb->gcc-4.8-release->x86_64-w64-mingw32-gcc-4.8.0-win64_rubenvb.7z if you want a 64 bit executable (produces 32 and 64bit code) or select x86_64-w64-mingw32-gcc-4.8.0-win32_rubenvb.7z if you want 32-bit executable (Also produces 32 and 64 bit code). I recommend using this with Eclipse!
  
 
Stand alone C/C++ Compiler for small applications use [http://edn.embarcadero.com/article/21205 Borland Command Line Tools]. The advantage of using Borland is that you do not need external .dll files to run your applications
 
Stand alone C/C++ Compiler for small applications use [http://edn.embarcadero.com/article/21205 Borland Command Line Tools]. The advantage of using Borland is that you do not need external .dll files to run your applications

Revision as of 14:31, 2 May 2013