Has anyone else had difficulty in getting the sample SimConnect files within the SDK to compile?
We are using Visual Studio 2005 Express and are getting tons of errors like the following:
simconnect.h(30) : error C2146: syntax error : missing ';' before identifier 'SIMCONNECT_OBJECT_ID'
simconnect.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
simconnect.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
simconnect.h(301) : error C2065: 'MAX_PATH' : undeclared identifier
Any ideas would be most appreciated!
Thanks!
We are using Visual Studio 2005 Express and are getting tons of errors like the following:
simconnect.h(30) : error C2146: syntax error : missing ';' before identifier 'SIMCONNECT_OBJECT_ID'
simconnect.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
simconnect.h(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
simconnect.h(301) : error C2065: 'MAX_PATH' : undeclared identifier
Any ideas would be most appreciated!
Thanks!


