1
Hi
Firstly thank you for SFML, I like it, since it is written in modern-C++ style.
I found probably a small bug. It looks similar to
http://www.sfml-dev.org/forum/viewtopic.php?t=956&start=0&postdays=0&postorder=asc&highlight=console+closing+error
Try this simple program
Closing console window by mouse ends with error.
In debug you can read:
Firstly thank you for SFML, I like it, since it is written in modern-C++ style.
I found probably a small bug. It looks similar to
http://www.sfml-dev.org/forum/viewtopic.php?t=956&start=0&postdays=0&postorder=asc&highlight=console+closing+error
Try this simple program
Code: [Select]
int main(){
sf::String t;
std::cin.get();
}
Closing console window by mouse ends with error.
In debug you can read:
Quote
An internal OpenGl call failed in Image.cpp (750) : GL_INVALID_OPERATION, the specified operation is not allowed in current state