SFML community forums

Help => General => Topic started by: iorwerth on December 18, 2010, 03:12:25 am

Title: How do I run SFML using MINGW and notepad++?
Post by: iorwerth on December 18, 2010, 03:12:25 am
I am using notepad++ with MINGW. I want to switch from SDL to SFML on but I it won't run. Does anyone know how to make it work?
Title: How do I run SFML using MINGW and notepad++?
Post by: Nexus on December 18, 2010, 03:16:14 am
You have to be more specific than "it won't run" if you really expect help for your problem.

Did you already take a look at the tutorials?
Title: How do I run SFML using MINGW and notepad++?
Post by: iorwerth on December 18, 2010, 03:31:28 am
I get a system error about "libgcc_s_dw2-1.dll is missing"
Title: How do I run SFML using MINGW and notepad++?
Post by: Nexus on December 18, 2010, 03:40:35 am
And you really don't get this error when compiling SDL or other projects? This doesn't look like an SFML-specific issue at all.
Title: How do I run SFML using MINGW and notepad++?
Post by: Laurent on December 18, 2010, 08:48:53 am
Add the -static-libgcc linker option, or copy the DLL from your mingw/bin directory to the same directory as your executable.