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

Author Topic: Compiling problem in VS C++ 2008  (Read 945 times)

0 Members and 1 Guest are viewing this topic.

Faja

  • Newbie
  • *
  • Posts: 1
    • View Profile
Compiling problem in VS C++ 2008
« on: May 13, 2011, 06:58:59 pm »
Hello i have problem with opening a window in sfml(i was doing this like in tutorial)





Please help

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Compiling problem in VS C++ 2008
« Reply #1 on: May 13, 2011, 07:03:23 pm »
Link the SFML libraries sfml-window and sfml-system as specified in the tutorials. Don't forget to define SFML_DYNAMIC for dynamic libraries in SFML 1, and SFML_STATIC for static libraries in SFML 2.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything