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

Author Topic: [SOLVED]No sfml-system.dll found?  (Read 1714 times)

0 Members and 1 Guest are viewing this topic.

Fuv

  • Newbie
  • *
  • Posts: 35
    • View Profile
[SOLVED]No sfml-system.dll found?
« on: May 28, 2010, 02:54:07 pm »
Hello all,
I am trying to make my first app with SFML. I have been using this tutorial to Visual C++ 2008:
http://www.sfml-dev.org/tutorials/1.6/start-vc.php

I ve done:
-Go to the Tools / Options menu, then to Projects and Solutions / VC++ Directories and in the Include files, add SFML\include and in Library files, add SFML-\lib
-Copy the code from the site
-Linker / Input item/Additional dependencies/sfml-system.lib.
And I also copied all DLL and BIN files to the folder named lib in Visual C++.

And I got message(translated from Polish by me):
Code: [Select]
This application has failed, becouse no sfml-system.dll file has been found. Reinstalling the application may fix this problem

How to solve the problem?

Kind Regards
Fuv

//edit:
Just I had to put all dlls and bins into folder where .exe file of my program is.
Kind Regards

 

anything