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

Pages: [1]
1
Hi there, I am a somewhat experienced C++ programmer, and I have never encountered such an error. What is this?

Code: [Select]
1>------ Build started: Project: test, Configuration: Release x64 ------
1>Microsoft (R) Incremental Linker Version 14.11.25508.2
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>
1>"/OUT:C:\Users\zurio.000\source\repos\test\x64\Release\test.exe" "/LIBPATH:C:\Users\zurio.000\Desktop\Development\SFML-2.5.0\lib" "sfml-graphics-s.lib" "sfml-window-s.lib" "sfml-system-s.lib" opengl32.lib freetype.lib winmm.lib gdi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG:FULL "/PDB:C:\Users\zurio.000\source\repos\test\x64\Release\test.pdb" /OPT:REF /OPT:ICF /LTCG:incremental /TLBID:1 /DYNAMICBASE /NXCOMPAT "/IMPLIB:C:\Users\zurio.000\source\repos\test\x64\Release\test.lib" /MACHINE:X64 x64\Release\main.obj
1>sfml-graphics-s.lib(Image.cpp.obj) : error LNK2001: unresolved external symbol __std_swap_ranges_trivially_swappable_noalias
1>C:\Users\zurio.000\source\repos\test\x64\Release\test.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project "test.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

There is nothing on Google regarding "__std_swap_ranges_trivially_swappable_noalias".

Pages: [1]
anything