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

Author Topic: I've followed every single step for installing - still getting error!  (Read 1156 times)

0 Members and 1 Guest are viewing this topic.

jasoncuprum

  • Newbie
  • *
  • Posts: 2
    • View Profile
I am a highschool student, interested in competitive programming, and after a few years of comp prorgamming experience I wanted to continue to learning more in general about C++. Anyway, I've been trying the last hour to find the error but I haven't managed to see what I've done wrong; I've followed the instructions perfectly. Here's what I've done, and the error message I am getting when trying to compile the given code in the tutorial section.


Settings:






SFML resources directory:


Project directory:


Error:


It looks like it's unable to load the prompted functions, but I have no idea what is causing this. Could anyone help? Thanks in advance  :D




Jonny

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Email
Re: I've followed every single step for installing - still getting error!
« Reply #1 on: January 25, 2018, 09:22:16 pm »
I don't use code::blocks, as I find using VS and vcpkg to manage packages much easier, but each to their own of course!

Presuming you're using minGW, did you make sure to download binaries EXACTLY matching your minGW version?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10845
    • View Profile
    • development blog
    • Email
Re: I've followed every single step for installing - still getting error!
« Reply #2 on: January 25, 2018, 09:26:45 pm »
What target have you added these libraries to and what target are you building?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

jasoncuprum

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: I've followed every single step for installing - still getting error!
« Reply #3 on: January 25, 2018, 09:29:29 pm »
I don't use code::blocks, as I find using VS and vcpkg to manage packages much easier, but each to their own of course!

Presuming you're using minGW, did you make sure to download binaries EXACTLY matching your minGW version?

Oh I actually hate myself for not thinking of this earlier... I had installed the minGW a while ago and totally forgot about the correct version, but I now I tried installing the other one and it works fine. How did i not find it earlier lol  :P

 

anything