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

Pages: [1]
1
Window / Switch/Minimize window issue on Android
« on: July 02, 2018, 11:26:20 pm »
I compiled the example for Android available in branch 2.4.x, and everything went well. But when I run the .apk I have a problem during the process of minimizing / changing windows.When I click on the third button (show windows in cascade mode) the window completely crash and I can only close sfml-example via adb shell. How to deal with it?

2
General / Re: SFML and Visual Studio 2015
« on: February 20, 2018, 12:03:36 am »
 ;D Thanks !!!

3
General / Re: SFML and Visual Studio 2015
« on: February 19, 2018, 11:58:34 pm »
But where I can find the dlls? the errors ask for ".dll" and all the files in SFML-2.4.2 / lib / is .lib ...

4
General / SFML and Visual Studio 2015
« on: February 19, 2018, 11:31:27 pm »
Hi, I need to compile my project on Windows, I followed all the instructions on the SFML learn page and everything went well, but when I try to run my program, I get an error that say "sfml-system-2.dll,sfml-window.dll ...is missing". Where am I going wrong? 

5
Graphics / How to inverse growth direction of a sf::Text
« on: February 14, 2018, 08:24:30 pm »
Hi, I need to making something like a LCD Clock, But the text grow up left to right, and I need right to left. How can I do this ?

Pages: [1]