Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Unhandled exception when calling app->clear()  (Read 1783 times)

0 Members and 1 Guest are viewing this topic.

officially.rahul

  • Newbie
  • *
  • Posts: 1
    • View Profile
Unhandled exception when calling app->clear()
« on: September 26, 2010, 06:04:15 pm »
Exe is giving unhandled exception when app->clear() is called... While compiling there is warning  internal library MSVCRT conflicting with libraries

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Unhandled exception when calling app->clear()
« Reply #1 on: October 03, 2010, 10:24:10 am »
Make sure that you don't use the release SFML libraries in debug mode.
Laurent Gomila - SFML developer

 

anything