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

Author Topic: Run-Timer Error #2  (Read 1691 times)

0 Members and 1 Guest are viewing this topic.

Miguel

  • Newbie
  • *
  • Posts: 2
    • View Profile
Run-Timer Error #2
« on: June 13, 2010, 08:01:43 pm »
Hey, Im having some troubles with the tutorial #1 of the Window package 'Opening a window'. I get the erroe "Run-Time Error #2 - Stack Around 'App' was corrupted".

I used google to find an answer and it said in an older post to use the debug libraries, but I get the following error if I do 'Unhandled exception at 0x00000000 in SFML.exe: 0xC0000005: Access violation.'
I do not what to do.


EDIT : I downloaded Visual C++ 2008 and now it seems to work fine.
Thanks for the help.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Run-Timer Error #2
« Reply #1 on: June 13, 2010, 08:10:08 pm »
Ensure that you link the correct libraries. If you compile in debug mode, link the ones with "-d" suffix, in release mode the ones without. Also check static/dynamic linkage (for the static libraries, the library name contains "-s").
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: