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

Author Topic: Runtime Crash!  (Read 1137 times)

0 Members and 1 Guest are viewing this topic.

Palpaleos

  • Newbie
  • *
  • Posts: 3
    • View Profile
Runtime Crash!
« 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

Ivan

  • Newbie
  • *
  • Posts: 32
  • IT geek
    • View Profile
Re: Runtime Crash!
« Reply #1 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.

 

anything