SFML community forums

Help => General => Topic started by: Faja on May 13, 2011, 06:58:59 pm

Title: Compiling problem in VS C++ 2008
Post by: Faja 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)

(http://img850.imageshack.us/img850/6639/problemzj.th.jpg) (http://imageshack.us/photo/my-images/850/problemzj.jpg/)



Please help
Title: Compiling problem in VS C++ 2008
Post by: Nexus 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.