Hi so I tried to download your earlier build dated 2014-04-09 for both SFML and Thor and I got this error:
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
Yes I will try to post the full command build now.
Here is the output of your build dated 2014-04-09 take note that this is not your latest build.
1>------ Rebuild All started: Project: Sample Thor2, Configuration: Debug Win32 ------
1> Microsoft (R) C/C++ Optimizing Compiler Version 18.00.30723 for x86
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> cl /c /I"C:\libraries\SFML\build\branches\SFML-eXpl0it3r-build-vs2013-x86\include" /I"C:\libraries\Thor\build\branches\Thor-eXpl0it3r-build-vs2013-x86\include" /ZI /W3 /WX- /sdl /Od /Oy- /D THOR_STATIC /D _MBCS /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt main.cpp
1>
1> main.cpp
1> Microsoft (R) Incremental Linker Version 12.00.30723.0
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> "/OUT:C:\Users\Neon Warge\Documents\Visual Studio 2013\Projects\Sample Thor2\Debug\Sample Thor2.exe" /INCREMENTAL "/LIBPATH:C:\libraries\SFML\build\branches\SFML-eXpl0it3r-build-vs2013-x86\lib" "/LIBPATH:C:\libraries\Thor\build\branches\Thor-eXpl0it3r-build-vs2013-x86\lib" "sfml-system-d.lib" "sfml-graphics-d.lib" "sfml-window-d.lib" "sfml-audio-d.lib" "sfml-network-d.lib" "thor-d.lib" thor.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 "/PDB:C:\Users\Neon Warge\Documents\Visual Studio 2013\Projects\Sample Thor2\Debug\Sample Thor2.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT "/IMPLIB:C:\Users\Neon Warge\Documents\Visual Studio 2013\Projects\Sample Thor2\Debug\Sample Thor2.lib" /MACHINE:X86 Debug\main.obj
1> Sample Thor2.vcxproj -> C:\Users\Neon Warge\Documents\Visual Studio 2013\Projects\Sample Thor2\Debug\Sample Thor2.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
My laptop specs are:
Intel Core i7
Nvidia GT640m 2gb VRAM
Driver 340.52
4gb RAM
EDIT:
Also I downloaded the 32 bit version that works for Visual Studio 2013.