1
General / Re: Load Font
« on: March 28, 2024, 12:33:58 pm »
aaahhhh thank you for this. This is working now!
For others that might come across this. Here is what I needed to change:
Go to your project properties -> Linker -> Input -> Additional Dependencies:
For debug configuration:
sfml-graphics-d.lib
sfml-window-d.lib
sfml-system-d.lib
sfml-audio-d.lib
sfml-main-d.lib
For release configuration:
sfml-graphics.lib
sfml-window.lib
sfml-system.lib
sfml-audio.lib
sfml-main.lib
For others that might come across this. Here is what I needed to change:
Go to your project properties -> Linker -> Input -> Additional Dependencies:
For debug configuration:
sfml-graphics-d.lib
sfml-window-d.lib
sfml-system-d.lib
sfml-audio-d.lib
sfml-main-d.lib
For release configuration:
sfml-graphics.lib
sfml-window.lib
sfml-system.lib
sfml-audio.lib
sfml-main.lib