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

Pages: [1]
1
Graphics / Small bug
« on: February 03, 2009, 01:06:57 am »
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
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

Pages: [1]