Hey, I'm in a bit of a pickle here, trying to resolve this issue with SFML-2.0.
I have rebuilt the project manually using CMAKE, and am trying to use it that way.
My issue is that when I try to compile, I get 5 linker errors. I'm confident I'm not setting up the project wrong, but I may be building the project wrong. I'm using CMAKE and build it WITHOUT static libs ticked. I'm currently linking dynamically.
Not quite sure what my issue is, I've even built it using x64 configurations (in MSVC). Anyone able to give a hand?
SLN:
http://www.mediafire.com/?d8ytimwkbwtm93xErrors:
http://pastie.org/7933290Edit: SOLVED! Read below for the answer, or read this summary:
Note: For anyone trying to find a solution to a similar issue, make sure you're building in x64 (if you're 64bit), or Win32 (for 32 bit). These settings can be found right beside the release / debug dropdown in visual studio 2012 express.