Hello,
I'm using Code::Blocks on Win7 64bits.
When I build my prog with the DLL and when I do this:
sf::Text text(title, sf::Font::GetDefaultFont(), 12);
text.GetRect().Width
I have this:
Program received signal SIGSEGV, Segmentation fault.
In atioglxx!DrvGetProcAddress () (C:\Windows\SysWOW64\atioglxx.dll)
The renderer is a wxControl and a sf::RenderWindow
There is no problem with the same code and the static libraries.
Edit: I'm using SMFL 2 last master GIT and the SIGSEGV appears when application is closing.