Hi, thanks for your response.
I followed up the
Compiling SFML with CMake tutorial and when compiling with Debug configuration for Win32 I get the following traceback:
All packages are already installed and there is nothing to restore.
NuGet package restore finished.
1>------ Operación Compilar iniciada: proyecto: sfml-audio, configuración: Debug Win32 ------
2>------ Operación Compilar iniciada: proyecto: sfml-graphics, configuración: Debug Win32 ------
1> Creando biblioteca E:/Desktop/SFML-2.3/lib/Debug/sfml-audio-d.lib y objeto E:/Desktop/SFML-2.3/lib/Debug/sfml-audio-d.exp
2> Creando biblioteca E:/Desktop/SFML-2.3/lib/Debug/sfml-graphics-d.lib y objeto E:/Desktop/SFML-2.3/lib/Debug/sfml-graphics-d.exp
1>flac.lib(stream_decoder.obj) : error LNK2019: símbolo externo ___iob_func sin resolver al que se hace referencia en la función _FLAC__stream_decoder_reset
1>flac.lib(stream_encoder.obj) : error LNK2001: símbolo externo ___iob_func sin resolver
1>flac.lib(win_utf8_io.obj) : error LNK2001: símbolo externo ___iob_func sin resolver
1>flac.lib(bitreader.obj) : error LNK2019: símbolo externo _fprintf sin resolver al que se hace referencia en la función _FLAC__bitreader_dump
1>flac.lib(bitwriter.obj) : error LNK2001: símbolo externo _fprintf sin resolver
1>flac.lib(win_utf8_io.obj) : error LNK2019: símbolo externo _vsnprintf_s sin resolver al que se hace referencia en la función _local_vsnprintf
1>MSVCRTD.lib(vsnprintf_s.obj) : error LNK2001: símbolo externo _vsnprintf_s sin resolver
1>MSVCRTD.lib(vsnprintf_s.obj) : error LNK2001: símbolo externo __vsnprintf_s sin resolver
1>E:\Desktop\SFML-2.3\lib\Debug\sfml-audio-d-2.dll : fatal error LNK1120: 4 externos sin resolver
2>freetype.lib(bdf.obj) : error LNK2019: símbolo externo _sprintf sin resolver al que se hace referencia en la función __bdf_parse_properties
2>jpeg.lib(jerror.obj) : error LNK2001: símbolo externo _sprintf sin resolver
2>jpeg.lib(jerror.obj) : error LNK2019: símbolo externo ___iob_func sin resolver al que se hace referencia en la función _output_message
2>jpeg.lib(jmemmgr.obj) : error LNK2019: símbolo externo _sscanf sin resolver al que se hace referencia en la función _jinit_memory_mgr
2>E:\Desktop\SFML-2.3\lib\Debug\sfml-graphics-d-2.dll : fatal error LNK1120: 3 externos sin resolver
========== Compilar: 0 correctos, 2 incorrectos, 5 actualizados, 0 omitidos ==========
flac.lib, freetype.lib and jpeg.lib seem to be throwing errors with printf functions.
Not sure if I'm doing something wrong, I followed step by step the CMake tutorial and everything went smooth with no errors.
Also, when are you planning to release a VS2015 build of SFML? I'm really willing to use it putting a lot of effort but I'm starting to feel like I won't be able to do it.