1
General / Re: Deprecated auto_ptr in AudioDevice and CMake configuration
« on: March 08, 2021, 09:48:52 pm »std::auto_ptr has since been removed anyways. Check out the master branch.Cool
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.
std::auto_ptr has since been removed anyways. Check out the master branch.Cool
Got the same error, and I feel that I must mention how I solved it for the next person that google the same error and get this thread as first result.
Problem is in one of headers you are including before <SFML/Graphics.hpp>, to chek that, move SFML/Graphics.hpp to top as first include, it should either work, or give different error message.
So why should a user be allowed to resize the window, but not maximize it?eXpl0it3r I have proportional window like in Don't Starve, I thought do direct ratio after maximize but seems not Event which detect it to do this.
By removing sf::Style::Resize from the style set. But it also means that you can't manually resize the window anymore.Me need exactly turn off this One thing. Resize need.
On Windows WinApi almost surely could do it.Okey and how do this