1
Help / Re: SFML Not working
« Last post by Miguel Gimenez on Yesterday at 09:08:25 pm »"Not working" is far too vague, please attach symptoms, build log and screen captures...
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Probably it is time to create the CodeBlocks_wx32-unix.workspace
undefined refs (e.g. wxControl::SetFont()) trying to figure out the problem.
wxControlBase::SetFont
// in src/gtk/control.cpp
#ifdef __WXGTK3__
bool wxControl::SetFont(const wxFont& font)
{
If you plan to debug C::B you must define CB_RELEASE_TYPE = "-g" before compiling it, so the debug symbols are preserved.yeah, thanks I thought thats the right way since there is no All-debug target.