SFML community forums

Help => General => Topic started by: StormWingDelta on February 23, 2015, 02:08:47 am

Title: Do we still have to link in a particular order and if so what's the order?
Post by: StormWingDelta on February 23, 2015, 02:08:47 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   ???
Title: Re: Do we still have to link in a particular order and if so what's the order?
Post by: Spirro 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.