hello, nice forum you have, sorry for the bother with a newbie question I am somewhat confused here,
I use codeblocks and it is version 16.01 it says it comes with
The codeblocks-16.01mingw-setup.exe file includes additionally the GCC/G++ compiler and GDB debugger from TDM-GCC (version 4.9.2, 32 bit, SJLJ).
But windows download for codeblocks shows:
GCC 4.9.2 MinGW (DW2) - 32-bit
I googled it before, it is the design of SFML that must use DW2 or something to do with choosing a new license? not sure, however I have questions,
which SFML version is recommended to use currently with codeblocks GCC?
or I guess my question is rather, why have 3 different version uses of version SFML 2.3.2 with GCC 4.7.1 TDM (SJLJ), GCC 4.8.1 TDM (SJLJ), and then GCC 4.9.2 MinGW (DW2),
which is recommended? Im sure I can figure out how to set up codeblocks to use this DW2, I assume it is a standalone build of GCC perhaps? it probably doesnt rely on some architechure of design in how it works compared to SJLJ? I will study it but I wanted to know who recommends what as I like to use the newest version of codeblocks which sadly use TDM version of GCC 4.9.2 (SJLJ)
anyway, from what I can seem, perhaps this is for those who wish to distance themself from TDM compiler version for GCC? Hmm, MinGW?
I apologise if this question is bothersome, thank you very much.