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

Pages: [1]
1
General / Re: SFML 2.4 bugged?
« on: February 01, 2017, 05:50:27 pm »
If you're using an Nvidia card, make sure to update your 5+ years old graphics driver and/or try using this PR.
Thank You!
After updating my Geforce card driver, my problem is gone.
And example-program works with SFML-2.4.1 now.

2
General / Re: SFML 2.4 bugged?
« on: January 31, 2017, 04:06:14 pm »
Now code example works (green circle)
Windows 7, Eclipse, SFML-2.2(GCC 4.9.2 MinGW (DW2) - 32-bit)
Static libraries(sfml-graphics-s,glew,sfml-window-s,sfml-system-s,opengl32,winmm.......). I had to add 'glew' after 'sfml-graphics'
Update 01.02.17:
Windows 7, Eclipse, SFML-2.2(GCC 4.9.2 MinGW (DW2) - 32-bit), also SFML-2.3 or SFML-2.4.0
Static libraries(sfml-graphics-s,sfml-window-s,sfml-system-s,opengl32,winmm.......). - Successful program's operation.
Only  SFML-2.4.1 cannot be used.

3
General / Re: SFML 2.4 bugged?
« on: January 31, 2017, 03:18:27 pm »
I receive the same result at the same code example (big amount of messages: "Failed to open window's context")
Windows 7, SFML-2.4.1, Eclipse, static library linking (or dynamically -all the same)

Pages: [1]