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

Author Topic: Do we still have to link in a particular order and if so what's the order?  (Read 1380 times)

0 Members and 1 Guest are viewing this topic.

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Just wondering since I'm busy setting up the C++ version of SFML for once in a hundred years and forgot the order.  Also was wondering if we still needed to have it in a particular order like back in 1.6.


Also for those of you that link to a lib folder within your own projects is there a way to shorten the path and do something like this: ~\ExternalLibs\SFML   ???
« Last Edit: February 23, 2015, 02:12:12 am by StormWingDelta »
I have many ideas but need the help of others to find way to make use of them.

Spirro

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: Do we still have to link in a particular order and if so what's the order?
« Reply #1 on: February 23, 2015, 03:58:43 am »
Just wondering since I'm busy setting up the C++ version of SFML for once in a hundred years and forgot the order.  Also was wondering if we still needed to have it in a particular order like back in 1.6.


Also for those of you that link to a lib folder within your own projects is there a way to shorten the path and do something like this: ~\ExternalLibs\SFML   ???

If using G++ then yes it needs to be linked in a certain order.  Check here http://www.sfml-dev.org/tutorials/2.2/start-cb.php and here http://www.sfml-dev.org/tutorials/2.2/start-vc.php.  If on linux then the order is still the same.