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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fryedrycestyle

Pages: [1]
1
General / Re: Linker Errors When Trying to Compile Project (SFML 2.1)
« 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!

2
General / 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?

Pages: [1]
anything