Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Run-Timer Error #2
Print
Pages: [
1
]
Author
Topic: Run-Timer Error #2 (Read 1883 times)
0 Members and 1 Guest are viewing this topic.
Miguel
Newbie
Posts: 2
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.
Logged
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
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").
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Run-Timer Error #2