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

Pages: 1 [2]
16
Graphics / Re: Problem with .loadFromFile()
« on: March 08, 2017, 05:24:54 pm »
Ok Thanks

17
Graphics / Re: Problem with .loadFromFile()
« on: March 08, 2017, 05:11:53 pm »
thanks for the fast reply,

so i cant put fonts and textures into folders?

18
Graphics / Problem with .loadFromFile()
« on: March 08, 2017, 05:00:40 pm »
Hey there,

i am new to SFML and also to C++ kind of so dont expect me to know anything ;).
I did not quite understand how exactly the .loadFromFile() works with folders, I tried for example:
Font Arial;
Arial.loadFromFile("arial.ttf");
 
It worked as i had Arial.ttf in the same folder as the .exe and also in subfolders when i use Visual Studio to start the Program. But when I start the .exe manually, it could not load the files when in subfolders.

Sorry for any mistakes, I am German, so also feel free to write in german if wanted to and possible.




 

Pages: 1 [2]
anything