1
Graphics / Re: Access To Default Font.
« on: April 15, 2023, 01:03:34 pm »
I know, but at least how to have a font without loading it from file?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The functions mentioned in the errors are all from user32.lib, you need to add it to the linker input.
As mentioned in the Getting Started tutorials, once you link SFML statically, you'll also have to specify SFML's dependencies.I already linked everything right. I suppose that it is sfml-window-s.lib that makes those 50 errors...
See the table for which libraries are needed: https://www.sfml-dev.org/tutorials/2.5/start-vc.php
You can just add them to the linker settings without having to know their location, as the linker already knows that.