I was able to sucessfully configure SFML-2.0 and the .5 version of TGUI with the 32 bit CMAKE 2.8
selecting the option to generate for Eclipse CDT4 MinGW 64.
My compiler version is TDM 64 bit, if you want make a compatible binary for the 64 bit obsessed:
https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm64-gcc-4.7.1-3.exe/download
I was able to import the projects as 'General' 'from existing code' and was able to build them (in Eclipse) once I had selected GNU make to build with (for consistence I don't know if it were necessary).
Once all of this was done, I confirmed that everything was working by building tutorial level 3 and running it.
I don't know why I couldn't get it to work in VS. Oh well, I didn't really want to use it anyway.
My first project is going to be a paint program that automatically generates symmetrical patterns according to what symmetry and point of origin you select and applies the patterns to the canvas as you draw.
selecting the option to generate for Eclipse CDT4 MinGW 64.
My compiler version is TDM 64 bit, if you want make a compatible binary for the 64 bit obsessed:
https://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm64-gcc-4.7.1-3.exe/download
I was able to import the projects as 'General' 'from existing code' and was able to build them (in Eclipse) once I had selected GNU make to build with (for consistence I don't know if it were necessary).
Once all of this was done, I confirmed that everything was working by building tutorial level 3 and running it.
I don't know why I couldn't get it to work in VS. Oh well, I didn't really want to use it anyway.
My first project is going to be a paint program that automatically generates symmetrical patterns according to what symmetry and point of origin you select and applies the patterns to the canvas as you draw.