SFML community forums

Help => General => Topic started by: Marty on May 13, 2011, 12:52:47 am

Title: Minor issue with SFML
Post by: Marty on May 13, 2011, 12:52:47 am
Hello everyone,

I have a minor issue SFML.
I've installed SFML using the Visual Studio 2008 SDK from the tutorials section, and proceeded to trying to compile the clock example.
However, after getting passed the "cannot find sfml-system-d.dll" file which i had forgotten to copy to the folder, i recieved a second error.

This error states that the program cannot be started since libgcc_s_dw2-1.dll is missing. From what i've could find, thats related to some other area (BlocK?) and shouldent be an issue with me.

Any ideas on how to fix this?
Title: Minor issue with SFML
Post by: Laurent on May 13, 2011, 07:29:49 am
libgcc_s_dw2-1.dll has nothing to do with VC++, it's a MinGW DLL. So you probably downloaded or used something wrong ;)
Title: Minor issue with SFML
Post by: Marty on May 13, 2011, 12:13:02 pm
Yeah, thats what i thought.

:P Guess i'll have to reinstall Visual Studio and SFML to get rid of it. Ugh, that program has an install that takes decades.

Will report back if a reinstall worked once its done :)


Edit: A reinstall did it. I think the issue i was having was that i'd been up working on an assignment for 35 hours with no sleep, so when i clicked the tutorial for the VC++ section and headed to the download page - i must've thought "this is only for vc++" and just taken the top link (which is the MingW ver).

Silly me :)

Thanks for the help!