Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

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.


Messages - Aaron1Olson

Pages: [1]
1
General / Re: Project wont render launching from VS
« on: February 14, 2017, 02:42:38 am »
Didn't even think of that  :o

Thank you both for the help. I'll add the check to make sure the font is loading. Didn't realize the working directories are different either but that would have been a dead giveaway if I had done the check.
I'm still learning some of the basics of C++,  practicing inheritance and pointers and etc so maybe SFML is a bit out of my scope for now but it's definitely fun to use.  :)

2
General / Project wont render launching from VS
« on: February 13, 2017, 10:48:33 pm »
I'm having a problem with my project. (or annoyance , really)

I can compile just fine, but when I launch the application under Release or Debug in Visual Studio 2015, nothing gets rendered within the window, only the color of .clear(). If I go into the Release or Debug directory of my project and launch the executable, all the SFML Text shows up fine.

Is this a problem with Visual Studio settings I'm not aware of?

Sorry in advance if this has been answered elsewhere, I've tried to search around as much as possible but I cant really word the problem well. Thank you  :)

Pages: [1]