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

Author Topic: Do I need to change dll's versions like in c++?  (Read 6980 times)

0 Members and 1 Guest are viewing this topic.

SpaceEye

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Do I need to change dll's versions like in c++?
« on: July 08, 2021, 09:55:42 pm »
On c++ version, there are two versions of SFML, debug and release. Do i need to change to release c# version, or it will do it automatically? (I use Rider from JetBrains, if relevant)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Do I need to change dll's versions like in c++?
« Reply #1 on: July 09, 2021, 08:58:07 am »
Rider will automatically pick release or debug version when you switch
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

SpaceEye

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Do I need to change dll's versions like in c++?
« Reply #2 on: July 09, 2021, 10:35:01 am »
Thanks.