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

Author Topic: Linker Errors When Trying to Compile Project (SFML 2.1)  (Read 1824 times)

0 Members and 1 Guest are viewing this topic.

fryedrycestyle

  • Newbie
  • *
  • Posts: 2
    • View Profile
Linker Errors When Trying to Compile Project (SFML 2.1)
« 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

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?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Linker Errors When Trying to Compile Project (SFML 2.1)
« Reply #1 on: November 25, 2014, 06:46:13 pm »
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

fryedrycestyle

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Linker Errors When Trying to Compile Project (SFML 2.1)
« Reply #2 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!

 

anything