SFML community forums

Help => General => Topic started by: fryedrycestyle on November 25, 2014, 06:38:24 pm

Title: Linker Errors When Trying to Compile Project (SFML 2.1)
Post by: fryedrycestyle on November 25, 2014, 06:38:24 pm
Hey guys,

I'm new to SFML and am trying to build a simple game engine with it (something I've previously done in SDL) - but before I can even get to that, I'm having issues with Linker errors, see the following:
 

I'm trying to link against SFML statically, I have a folder setup with the lib and include directories, I have set my project to use the SFML_STATIC preprocessor definition, etc.

I'm not sure what I'm doing wrong? I'm just trying to run the sample program at the end of this page:
http://sfml-dev.org/tutorials/2.1/start-vc.php (http://sfml-dev.org/tutorials/2.1/start-vc.php)

I'm using Visual Studio 2013 on Windows 8.1 using a Win32 project.

Thanks in advance.

EDIT: I should note I searched and found some similar problems, but none of the solutions seemed to help?
Title: Re: Linker Errors When Trying to Compile Project (SFML 2.1)
Post by: Nexus on November 25, 2014, 06:46:13 pm
Have you checked the FAQ?
https://github.com/SFML/SFML/wiki/FAQ#build-link-static
Title: Re: Linker Errors When Trying to Compile Project (SFML 2.1)
Post by: fryedrycestyle on November 25, 2014, 06:51:07 pm
Awww shoot. I knew there would be something I didn't see!

I'll check it out later, and see if there are any remaining issues. >.<

Thanks though!