VS2005 Compile Issues - PVOID64??
by Todd Barron · in Torque Game Engine · 04/22/2006 (2:49 pm) · 2 replies
When compiling with VS2005 (Professional Edition) I receive the following on every module:
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C2146: syntax error : missing ';' before identifier 'Buffer'
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Any ideas?
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C2146: syntax error : missing ';' before identifier 'Buffer'
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Any ideas?
About the author
#2
Moved these to the bottom -
under tools -> options : VC++ Directories
$(WindowsSdkDir}\bin
$(FrameworkSdkDir}\bin
And also under
Show
: Executable
: Include Files
: Library
- still the same failures.
01/13/2010 (2:38 am)
I'm using VS8 and same issue Moved these to the bottom -
under tools -> options : VC++ Directories
$(WindowsSdkDir}\bin
$(FrameworkSdkDir}\bin
And also under
Show
: Executable
: Include Files
: Library
- still the same failures.
7>c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(236) : error C2146: syntax error : missing ';' before identifier 'PVOID64' 7>c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 7>c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C2146: syntax error : missing ';' before identifier 'Buffer' 7>c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 7>c:\program files\microsoft sdks\windows\v6.0a\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ... 7>Build log was saved at "file://t:\Torque\RTSStarterKit\engine\out.VC6.DEBUG\BuildLog.htm" 7>RTS - 116 error(s), 0 warning(s) ========== Rebuild All: 4 succeeded, 3 failed, 0 skipped ==========
Torque 3D Owner Don Harvey
Default Studio Name
Hope this helps.
Don