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

Author Topic: problems with SFML installation  (Read 1135 times)

0 Members and 1 Guest are viewing this topic.

FooFoo

  • Newbie
  • *
  • Posts: 1
    • View Profile
problems with SFML installation
« on: May 07, 2013, 06:15:37 pm »
I installed SFML before and didn't have problems. This time I can't make it work. I followed the tutorial, typed in the 'include' and 'lib' paths correctly, also typed in the smfl-graphics.lib, afml-system.lib etc.

I first had an error saying there were no files such as sfml-graphics-2.dll, sfml-system-2.dll etc. I copied the files from the included folder into Windows/System32 folder and SFML worked. An example with the circle from the tutorial was fine. However I encountered some basic errors during compilation e.g. sf::image.

What could be wrong? What should I fix? Please advise.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: problems with SFML installation
« Reply #1 on: May 07, 2013, 11:18:18 pm »
Please post more information. Exactly what error message did you get? When did you get the message? When compiling? Runtime? What compiler and os do you have? Where did you get SFML?

Also make sure you are not mixing release/debug versions of SFML.

Quote
I copied the files from the included folder into Windows/System32 folder and SFML worked.
Do not just copy stuff into System32 folder. Keep the SFML dlls along side your compiled .exe application.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

 

anything