1
General / Re: Crash with new version 2.5.0
« on: May 10, 2018, 03:42:40 pm »
Well, I fixed the issue.
My code was missing an #include <functional> which was apparently not required in SFML 2.4.2 (sounds weird to me but ok). Instead of simply "building" the code, I "rebuilt" it (I am using CodeBlocks) and then the compiler detected the missing "include".
Everything is ok now.
Thank you anyway.
Best regards,
Phounet
My code was missing an #include <functional> which was apparently not required in SFML 2.4.2 (sounds weird to me but ok). Instead of simply "building" the code, I "rebuilt" it (I am using CodeBlocks) and then the compiler detected the missing "include".
Everything is ok now.
Thank you anyway.
Best regards,
Phounet