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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jarzka

Pages: [1]
1
General / Getting Started: Runtime Crash
« on: November 04, 2012, 04:52:38 pm »
I have read Getting started page but couldn't get SFML working properly with Code::Blocks. I can compile the test project included in the documentation but I only see the command line window crashing.

Checklist:
- I have libgcc_s_dw2-1.dll in MinGW/bin folder (and I have the latest version of MinGW installed) -> I downloaded Windows 32 bits - GCC DW2 (11.5 MB)
- SFML include/lib are added correctly to the project (sure, because I can compile the project)
- .a-files are added corectly (-d versions for debugger) and are in the follow order:
libsfml-audio.a
libsfml-network.a
libsfml-graphics.a
libsfml-window.a
libsfml-system.a

Anything else I can do? :/

Pages: [1]
anything