01-19-2014, 01:26 AM
Quote:1>------ Build started: Project: MCServer, Configuration: Release x64 ------
1>Compiling...
1>Thread.cpp
1>IsThread.cpp
1>..\src\OSSupport\Thread.cpp(31) : error C2664: 'RaiseException' : cannot convert parameter 4 from 'DWORD *' to 'const ULONG_PTR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>..\src\OSSupport\IsThread.cpp(80) : error C2664: 'CreateThread' : cannot convert parameter 3 from 'DWORD_PTR (__cdecl *)(LPVOID)' to 'LPTHREAD_START_ROUTINE'
1> None of the functions with this name in scope match the target type
1>Build log was saved at "file://g:\MCServer\Nieuwste versie\Branches\MCServer x64\VC2008\x64\Release\BuildLog.htm"
1>MCServer - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========