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

Author Topic: Unresolved external symbols when building SFML with Visual Studio 2015  (Read 1424 times)

0 Members and 1 Guest are viewing this topic.

zakkor

  • Newbie
  • *
  • Posts: 27
    • View Profile
Here is the log:
http://pastebin.com/raw.php?i=UMB8UhdE

I googled around a bit, and found that you can define a macro that makes the compiler stop giving an error: _CRT_SECURE_NO_WARNINGS, but even after putting this in the preprocessor defines, it still gives the same error.
Similar errors for the audio module as well.

Edit: maybe I should have read the forums with more attention before posting  ;D
For anyone else wondering, I decided to use the nightly builds at http://www.nightlybuilds.ch/
« Last Edit: August 30, 2015, 04:32:48 pm by zakkor »


 

anything