1
General / Re: General Linker Questions
« on: April 25, 2020, 07:16:31 pm »
Thank you so much!
One more question I had is if sfml-main needs to be linked for any reason, either statically or dynamically? I read in some tutorials online that you need to, but they might have been for an older version of SFML.
Additionally, in Code::Blocks it's super handy to map sfml\bin under the global compiler settings -> toolchain executables -> Additional paths, so when your testing a dynamic SFML project it doesn't need the .dll files in the \bin\debug folder of your project. Is there a place under the project build settings where you can map sfml\bin when your working on a dynamically linked project so it doesn't need to be mapped under the global compiler settings?
It works if you map it under search directories -> linker along with sfml\lib but I feel like that isn't the proper place for this...
Thanks again for the clarification!!!
One more question I had is if sfml-main needs to be linked for any reason, either statically or dynamically? I read in some tutorials online that you need to, but they might have been for an older version of SFML.
Additionally, in Code::Blocks it's super handy to map sfml\bin under the global compiler settings -> toolchain executables -> Additional paths, so when your testing a dynamic SFML project it doesn't need the .dll files in the \bin\debug folder of your project. Is there a place under the project build settings where you can map sfml\bin when your working on a dynamically linked project so it doesn't need to be mapped under the global compiler settings?
It works if you map it under search directories -> linker along with sfml\lib but I feel like that isn't the proper place for this...
Thanks again for the clarification!!!