SFML community forums
Help => General => Topic started by: KilledPlayer77 on January 16, 2025, 08:51:18 pm
-
I did everything the tutorial said but i still getting like 500 errors when i build a program using SFML
I'm using SFML 3.0.0
https://imgur.com/a/IFWhVhf
-
You need to enable C++17 for your compiler.
(https://en.sfml-dev.org/forums/index.php?action=dlattach;topic=29772.0;attach=6451)
The tutorials are being updated with that information, as I write this. ;)
-
Thank you, it worked :D