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

Author Topic: SFML Including  (Read 188 times)

0 Members and 1 Guest are viewing this topic.

vorpian

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
SFML Including
« on: February 12, 2024, 02:57:10 am »
Is not it possible to include SFML library from a different folder than the solution foılder to the c++ compiler in visual studio? I mean the solution stays in C:\Projects\Solutions\SFMLExample and I want to include SFML library which is in C:\Resources\Libraries\SFML   etc. ??? when I try this, this always gives error.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10826
    • View Profile
    • development blog
    • Email
Re: SFML Including
« Reply #1 on: February 12, 2024, 10:25:32 am »
Yes, it's possible. You need to tell your compiler where to find the necessary files.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything