View Single Post
Old 12-24-2012, 12:10 AM   #20
Jim Sachs
Developer
 
Jim Sachs's Avatar
 
Join Date: Dec 2000

Location: Southern Oregon
Posts: 9,771
Do you really want to go there? OK, the very first error is:
1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'

Which, in typical cryptic Microsoft fashion, does not REALLY mean that a semicolon is missing, it means that it doesn't inderstand what PVOID64 is. Well, PVOID64 is something that is referred to by Microsoft's own header files, which are called by other MS header files, and never actually used by the code. But if you try deleting the offending line from the header files, all Hell breaks loose and you end up with even more errors.
Jim Sachs
Creator of SereneScreen Aquarium
Jim Sachs is offline   Reply With Quote