SFML community forums

Help => Window => Topic started by: eyad salah on December 30, 2023, 09:35:20 am

Title: sfml app issue
Post by: eyad salah on December 30, 2023, 09:35:20 am
what should I do at this point as represented at the picture bilow

(https://en.sfml-dev.org/forums/index.php?action=dlattach;topic=29352.0;attach=5929)
Title: Re: sfml app issue
Post by: eXpl0it3r on December 30, 2023, 12:01:05 pm
Use a debugger to find out where it crashes exactly. Most likely it's an incompatible SFML DLL that you're using.
Make sure to use the matching libraries or build SFML from source or even better, use the CMake template: https://www.sfml-dev.org/tutorials/2.6/compile-with-cmake.php

Additionally, please spend some time searching the forum and the internet for your problems.
They are not new and you'll find many replies, no need to post any tiny problem you run into.