So ich versuche momentan die VS 2010 Source zu compilen kriege da aber ein paar fehler
z.B hier diese vom AccountServer
Weiss momentan echt nicht weiter :s
Wäre super wenn mir jemand helfen könnte :)
z.B hier diese vom AccountServer
Code:
Build started 03.08.2014 22:46:32.
1>Project "C:\Users\Skell\Desktop\Serverfiles\Source\VS_2010_Source\VS_2010_Source\VS2010 Source\AccountServer\AccountServer.vcxproj" on node 2 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "..\..\Output\AccountServer\Release\AccountServer.lastbuildstate".
InitializeBuildStatus:
Touching "..\..\Output\AccountServer\Release\AccountServer.unsuccessfulbuild".
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I..\boost_1_34_1\boost_1_34_1 /I..\DX_SDK /I..\..\resource /I..\_network /I..\_Network\Net2\Include /I..\_Network\Misc\Include /I. /I..\_Network\Mcl\Include /I..\_DirectX /I..\_Common /I..\_database /Z7 /nologo /W3 /WX- /O2 /Ob1 /Oy- /D WIN32 /D NDEBUG /D _WINDOWS /D _MBCS /GF /Gm- /EHsc /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp".\..\..\Output\AccountServer\Release/AccountServer.pch" /Fo".\..\..\Output\AccountServer\Release/" /Fd".\..\..\Output\AccountServer\Release/vc100.pdb" /FR".\..\..\Output\AccountServer\Release/" /Gd /TP /analyze- /errorReport:prompt StdAfx.cpp /D_ATL_DLL
StdAfx.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C2146: syntax error : missing ';' before identifier 'PVOID64'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(290): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C2146: syntax error : missing ';' before identifier 'Buffer'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Users\Skell\Desktop\Serverfiles\Source\VS_2010_Source\VS_2010_Source\VS2010 Source\_network\cmnhdr.h(300): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Done Building Project "C:\Users\Skell\Desktop\Serverfiles\Source\VS_2010_Source\VS_2010_Source\VS2010 Source\AccountServer\AccountServer.vcxproj" (rebuild target(s)) -- FAILED.
Fehler beim Erstellen
Time Elapsed 00:00:05.89
Weiss momentan echt nicht weiter :s
Wäre super wenn mir jemand helfen könnte :)