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

Author Topic: missing sfml-graphics-2.dll  (Read 29980 times)

0 Members and 3 Guests are viewing this topic.

metulburr

  • Newbie
  • *
  • Posts: 49
    • View Profile
    • Email
Re: missing sfml-graphics-2.dll
« Reply #15 on: November 16, 2013, 01:26:52 am »
i dont really want to dynamically link the libs while learning SFML.
OS Ubuntu 13.04, Arch Linux, Gentoo, Windows 7/8
SFML 2.1
Ati Radeon HD 6770

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: missing sfml-graphics-2.dll
« Reply #16 on: November 16, 2013, 09:48:17 am »
It took me less than 60 seconds to install via linux, and in windows i have been messing around with it all day.
You could have saved that time if you had carefully read the installation tutorial...

i dont really want to dynamically link the libs while learning SFML.
Then link statically, where is the problem? Multiple people have stated what you need to link exactly.
« Last Edit: November 16, 2013, 09:50:15 am by Nexus »
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

G.

  • Hero Member
  • *****
  • Posts: 1590
    • View Profile
Re: missing sfml-graphics-2.dll
« Reply #17 on: November 16, 2013, 10:15:11 am »
i dont really want to dynamically link the libs while learning SFML.
project -> build options - > project_name has OP settings with no suffix
Then don't do that.
However now i get 50 errors with the example code given