This is my current setup: VS2013, Windows 8.1
My Build I made with cMake:
C:\Users\Matthew\Documents\SFML-2.1 2013Build\lib\(libFiles)<-I have Release and Debug lib in the same folder idk if this matters?
C:\Users\Matthew\Documents\SFML-2.1 2013Build\include\SFML\(HeaderFiles)
VS2013 Project Property Configuration:
All Configuration:
C/C++ | General | Additional Include Directories:
C:\Users\Matthew\Documents\SFML-2.1 2013Build\include
Linker | General | Additional Library Directories:
C:\Users\Matthew\Documents\SFML-2.1 2013Build\lib
Debug Configuration:
Linker | Input | Additional Dependencies:
sfml-graphics-d.lib
sfml-window-d.lib
sfml-system-d.lib
sfml-network-d.lib
sfml-audio-d.lib
Release Configuration:
Linker | Input | Additional Dependencies:
sfml-graphics.lib
sfml-window.lib
sfml-system.lib
sfml-network.lib
sfml-audio.lib
I fixed the WinMain issue.. and yes.. I thought I took out the SFML_STATIC because I had to change back from static... for some reason I can't build Static libs.... I switched Release out but not Debug.. so that fix the error I was getting... but now I'm getting another about missing DLL files
New Error..
'SFML2.1_Test.exe' (Win32): Loaded 'C:\Users\Matthew\Desktop\VS13 Projects\SFML2.1_Test\Debug\SFML2.1_Test.exe'. Symbols loaded.
'SFML2.1_Test.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'SFML2.1_Test.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'SFML2.1_Test.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'SFML2.1_Test.exe' (Win32): Loaded 'C:\Windows\SysWOW64\apphelp.dll'. Cannot find or open the PDB file.
SHIMVIEW: ShimInfo(Complete)
The program '[29988] SFML2.1_Test.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.