I've decided to check SFML out and am really pleased so far. However, I'm having a slight issue with the Font class that I just can't seem to solve. Whenever I directly debug in Visual Studio, I'm getting the error '
Failed to load font "arial.ttf" (failed to create the font face)'. However, after much tinkering, I accidentally opened the output executable directly from my debug folder and it worked like a charm:
Am I missing something obvious here? I've tried to follow the tutorial to the letter. The TTF file is in my working directory and everything appears to be set up properly (to me).
Here is my code. While a minor nuisance at first, it's getting increasingly more annoying, so I would appreciate some help.
Thanks in advance.