不知道怎么回事,这次的问题出在VS2003的系统文件里,全部错误信息如下:
main.cpp
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(92) : error C2347: '__w64' : can not be used with type '__w64 unsigned __int64'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(92) : warning C4091: 'typedef ' : ignored on left of '__w64 unsigned __int64' when no variable is declared
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(92) : error C2143: syntax error : missing ';' before ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(92) : error C2059: syntax error : ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(305) : error C2628: 'ULONG_PTR' followed by 'unsigned' is illegal (did you forget a ';'?)
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(305) : error C2628: 'ULONG_PTR' followed by 'long' is illegal (did you forget a ';'?)
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(305) : warning C4091: 'typedef ' : ignored on left of '__w64 unsigned long' when no variable is declared
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(305) : error C2143: syntax error : missing ';' before ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\BaseTsd.h(305) : error C2059: syntax error : ','
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinBase.h(2171) : error C2061: syntax error : identifier 'PDWORD_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinUser.h(3074) : error C2061: syntax error : identifier 'PDWORD_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinUser.h(3085) : error C2061: syntax error : identifier 'PDWORD_PTR'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\ostream(604) : fatal error C1903: unable to recover from previous error(s); stopping compilation
请大虾们帮忙看看是什么问题吧(拜)