1
SFML projects / Re: TGUI: a c++ GUI for SFML
« on: March 28, 2012, 10:11:28 am »This kind of error happens when you mix two incompatible versions of gcc. Sadly, on Windows there are two versions that are equally maintained and used: the DW2 version and the SJLJ version.Thx, i didn't know that
I just checked and the library was build with gcc 4.4.1, maybe that's causing the problem.I'll build it and see what happens. thx
For now, until I get the time to test my 32-bit lib, you will have to build it yourself.
If you don't want to build it then you can always just add the source files directly to your project.