This header is causing me alot of trouble, at first I thought it was the D3D starterkit, but it is causing the same problem for every single thing...working on my cod 4 hack and it comes up...so I tried a hello world app, sure enough it comes up... :<
Here it is...
Line #2940Code:>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' 1>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 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(5940) : error C2146: syntax error : missing ';' before identifier 'Buffer' 1>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 1>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
Line #222Code:typedef union _FILE_SEGMENT_ELEMENT { PVOID64 Buffer; ULONGLONG Alignment; }FILE_SEGMENT_ELEMENT, *PFILE_SEGMENT_ELEMENT;
Code:typedef void * POINTER_64 PVOID64;
this problem only appeared when I installed the DirectX SDK so should i remove it or should I just do a re-install of the PSDK, hopefully there is a easier fix..I'm not sure I have the PSDK anymore
anyway, muchly appreciated, thanks


LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks