SFML community forums

Help => General => Topic started by: KilledPlayer77 on January 16, 2025, 08:51:18 pm

Title: Errors when compiling
Post 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
Title: Re: Errors when compiling
Post by: eXpl0it3r on January 16, 2025, 11:23:58 pm
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. ;)
Title: Re: Errors when compiling
Post by: KilledPlayer77 on January 17, 2025, 12:18:01 am
Thank you, it worked  :D