Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Errors when compiling  (Read 165 times)

0 Members and 2 Guests are viewing this topic.

KilledPlayer77

  • Newbie
  • *
  • Posts: 2
    • View Profile
Errors when compiling
« 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
« Last Edit: January 16, 2025, 08:52:53 pm by KilledPlayer77 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11084
    • View Profile
    • development blog
    • Email
Re: Errors when compiling
« Reply #1 on: January 16, 2025, 11:23:58 pm »
You need to enable C++17 for your compiler.



The tutorials are being updated with that information, as I write this. ;)
Official FAQ: https://www.sfml-dev.org/faq/
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

KilledPlayer77

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Errors when compiling
« Reply #2 on: January 17, 2025, 12:18:01 am »
Thank you, it worked  :D

 

anything