Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
[Code::Blocks]Tutorial Code for 2.0 compiles, crashes immediately when executed.
Print
Pages: [
1
]
Author
Topic: [Code::Blocks]Tutorial Code for 2.0 compiles, crashes immediately when executed. (Read 936 times)
0 Members and 1 Guest are viewing this topic.
EmLeingod
Newbie
Posts: 1
[Code::Blocks]Tutorial Code for 2.0 compiles, crashes immediately when executed.
«
on:
March 28, 2013, 10:18:32 pm »
Here's a screenshot what happens when I run the debugger in code::blocks:
Tried using static and dynamic versions, same results.
Follwed this tutorial to the T.
Edit: that path (D:/developpement/...) doesn't exist... I don't know why it's looking for something there...
Help would be much appreciated!
OS: Windows 7 Ultimate SP1
«
Last Edit: March 28, 2013, 10:25:21 pm by EmLeingod
»
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11034
Re: [Code::Blocks]Tutorial Code for 2.0 compiles, crashes immediately when executed.
«
Reply #1 on:
March 29, 2013, 12:45:58 am »
Have you recompiled SFML?
If you use the MinGW version that comes with Code::Blocks, you'll have to recompile SFML.
Other than that, make sure you're not mixing debug and release modes as well as static and dynamic builds.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
[Code::Blocks]Tutorial Code for 2.0 compiles, crashes immediately when executed.