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 - ddlutz

Pages: [1]
1
Graphics / Re: Issue loading simple texture
« on: June 11, 2015, 08:52:33 am »
No it's not.

I was able to resolve the issue though somewhat, it works perfectly fine if I set VS to compile it is a release build instead of a debug without changing any code. I can't think of a reason for why the image fails to load only when it's set for debug.

2
Graphics / Issue loading simple texture
« on: June 11, 2015, 05:47:57 am »
Hello everybody, I'm using SFML 2.3 on VS2013. I'm just getting started with this today but running into some issues with loading textures. I have a texture in my C: root folder and the image is called 'player.png'. I'm doing
"mTexture.loadFromFile("C:/player.png");" and it always returns false. I've tried various ways of C:\, C:\\, etc and no matter what it always returns false. Anybody have any ideas?

Thanks!

Pages: [1]
anything