Dear All,
I just installed the new SFML 2.5.0 version (along with the related Mingw32 compiler), removed the "ljpeg" dependency in the "build options - linker settings" of my project, and encounter the following issue:
My project was perfectly working under 2.4.2 version. Under 2.5.0, it compiles, but the application immediatly crashes at start.
In case this would be relevant from a way or another, this project used "png" ressources and call the "setMouseCursorVisible()" method (even though I tried to comment these calls and nothing changed).
Besides, I tested my installation by creating a new project, using standard basic SFML code (e.g. the "green circle" code of the official SFML documentation), and everything worked well. I thus understand that the installations of the 2.5.0 version and the new Mingw compiler are correct.
Could you please indicate whether I missed something or share with me any idea of the reasons why my original project crashes at start with 2.5.0 version while it worked well under 2.4.2 version?
I thank you in advance.
Best regards,
Phounet
EDIT : In case this would help, here is the error message : "Process terminated with status -1073741819"