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 - epitaque

Pages: [1]
1
General / Re: Error - Graphics/Window - Static Lib
« on: July 06, 2015, 08:17:31 pm »
Yes, I did.
In SFML 2.2 the 32 bit binaries did not work for me, so I used the 64 bit ones, which did work. I figured the same might happen in 2.3, but now the Debug part doesn't work.

Edit: Downloaded SFML for Visual C++ 12 (2013) - 64-bit again, and this time it worked.
Edit: It only worked because I set the debug configuration to use the Release configuration
Edit: Tried 32 bit version. Same thing happened - the Release configuration works but the debug configuration does not. Will try to learn how to use CMake tomorrow and see if building it myself works.

2
General / Re: Error - Graphics/Window - Static Lib
« on: June 11, 2015, 12:48:57 am »
It's happening to me too -  I think it is for different reasons though since I included all of the dependencies. If you wouldn't mind letting me know what I did wrong (I know you get hundreds of these posts about linking) it would be greatly appreciated. I've successfully statically linked SFML 2.2 in the past but SFML 2.3 seems to be giving me issues with the Debug part. (The release one works perfectly) I am using Visual Studio 13 and 64 bit SFML. Here are all the settings:
All Configurations->Configuration Properties->VC++ Directories->Include Directories:
(click to show/hide)
All Configurations->Configuration Properties->VC++ Directories->Library Directories:
(click to show/hide)
Release->Configuration Properties->Linker->Additional Dependencies:
(click to show/hide)
Debug->Configuration Properties->Linker->Additional Dependencies:
(click to show/hide)
Console log:
(click to show/hide)

Pages: [1]