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

Author Topic: Static libraries  (Read 4242 times)

0 Members and 1 Guest are viewing this topic.

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Static libraries
« Reply #15 on: February 01, 2015, 12:59:05 am »
Just so we can be sure that we know what you're linking, try these:

Debug
opengl32.lib;jpeg.lib;freetype.lib;glew.lib;winmm.lib;gdi32.lib;sfml-graphics-s-d.lib;sfml-window-s-d.lib;sfml-system-s-d.lib;
Release
opengl32.lib;jpeg.lib;freetype.lib;glew.lib;winmm.lib;gdi32.lib;sfml-graphics-s.lib;sfml-window-s.lib;sfml-system-s.lib;

Make sure you're defining static in both debug and release (or on "all configurations").


One other thing...
By any chance, are you declaring your sf::RenderWindow with the static keyword?
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything