Thanks to the sweet deal Microsoft has for students I've got Visual Studio 2010 Professional for free...the only problem is that I can't get it to compile anything DGDK.
1>ClCompile:
1> bs.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11280): error C2061: syntax error : identifier '__RPC__out_xcount_part'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11281): error C2059: syntax error : ')'
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\objidl.h(11281): fatal error C1903: unable to recover from previous error(s); stopping compilation
1>
1>Build FAILED.
Anyone know what might be causing this? The error points to a windows SDK header which I doubt it the problem (Unless Windows 7 is simply incompatible). I know it's not any of my code because it doesn't matter what I try to compile, even the simplest possible program.
void DarkGDK(void){dbSync();return;}
Any help would be appreciated.
My site, for various stuff that I make.