SFML community forums

Help => General => Topic started by: Palpaleos on April 30, 2013, 11:44:21 pm

Title: Runtime Crash!
Post by: Palpaleos on April 30, 2013, 11:44:21 pm
Built the code in the getting started tutorial for Code::Blocks users and it worked, but when I when I go to run it the application crashes displaying a message state that the "Application failed to start because sfml-graphics-d-2.dll was not found" Am I Missing something here?

Windows Vista 32 Bit
Codeblocks + MinGW 32 Bit
Title: Re: Runtime Crash!
Post by: Ivan on April 30, 2013, 11:56:01 pm
You need copy the .dll files of sfml-2.0/bin in your program folder or copy all to Windows/System32. Also you can add your sfml-2.0/bin pathway in your Vista System Variables Path.