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

Pages: [1]
1
General / Problem with static linking SFML 2.5.0
« on: July 18, 2018, 07:31:48 am »
So I have problem with static linking SFML 2.5.0...

I'm using Visual Studio 2017, Windows 8.1

Yes, I have SFML_STATIC in Preprocessor Definitions:
(click to show/hide)

Yes, I'm linking Additional Include Directories to \include:
(click to show/hide)

Yes, I'm linking Additional Library Directories to \lib:
(click to show/hide)

Yes, I've downloaded 64x bit SFML and building my program on 64x bit configuration.

My Additional Dependencies for debug configuration:
(I tried like 20 other combinations, still same error)
(click to show/hide)

And for release same as for debug but wihout -d prefix...

The error I get:
(click to show/hide)

Code I'm testing (this one from tutorial):
(click to show/hide)

Help :(

Pages: [1]
anything