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

Author Topic: Still gets undefined everytime can you guys help me ;D  (Read 175 times)

0 Members and 1 Guest are viewing this topic.

Stranger667

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Still gets undefined everytime can you guys help me ;D
« on: February 13, 2024, 05:45:21 am »
And also I've been set the SFML_STATIC already.


« Last Edit: February 13, 2024, 05:48:09 am by Stranger667 »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: Still gets undefined everytime can you guys help me ;D
« Reply #1 on: February 13, 2024, 08:11:50 am »
Don't define SFML_STATIC if you're linking the dynamic libraries (the ones without -s suffix).

Any reason you're using SFML 2.4 when 2.6 is the latest?
Did you ensure that the compiler is 100% the same as the one used to build SFML? There are download links on the download page.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything