Hey guys, I've gotten a new computer and I'm trying to set it up so that I can continue my old projects.
I've got mingw setup through the MinGw installer, but it is 4.9.3, not 4.9.2.
I've setup an eclipse cdt project and I got the basic circle drawing working fine! But I am wondering if it is dangerous to continue using this version (4.9.3) without rebuilding sfml?
http://www.sfml-dev.org/download/sfml/2.3.2/ says the versions must match 100%, but I was hoping that was typed when 4.9.2 was the latest DW2 version.
I tried getting 4.9.2 setup, but the only problem is I continually fail to get eclipse to see 4.9.2 when I try installing it from the link on the download page (I attempted to setup path variables, but I'm not sure what's up).
Anyways, I don't know how to compile SFML myself, so I was wondering if I should be able to use this newer version of MinGw with the libraries provided for 4.9.2?
Thanks!
edit: changed 1.9.2 and 1.9.3 to 4.9.2 and 4.9.3 respectively.