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

Author Topic: Error on start (xmemory0)  (Read 1002 times)

0 Members and 1 Guest are viewing this topic.

terraKote

  • Newbie
  • *
  • Posts: 2
    • View Profile
Error on start (xmemory0)
« on: October 06, 2016, 01:36:45 pm »
Hello everyone, I'm new to SFML. I downloaded the latest build of SFML for VS. I have VS 2015 if it's important. My problem is that it compiles succesfuly, but when you launch program it gives error pointing to xmemory0, line 94, expression "_Count <= (size_t)(-1)/Sz" && 0. I've noticed it gives error when I create a window.

terraKote

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Error on start (xmemory0)
« Reply #1 on: October 06, 2016, 01:56:51 pm »
Problem solved. I just forgot to change lib dependencies for debug configuration.