Client Include Dirs
#1

Can someone help me setting the includes for compilating the client? I'm think I'm messing it up, and now I'm getting errors like this.

2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\winnt.h(290): error C2146: syntax error : missing ';' before identifier 'PVOID64'
2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\winnt.h(290): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\winnt.h(8992): error C2146: syntax error : missing ';' before identifier 'Buffer'
2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\winnt.h(8992): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\ws2def.h(91): warning C4005: 'AF_IPX' : macro redefinition

 

#2

2

must be the first

#3

You can resolve this by defining _CLIENT_ for the preprocessor



Forum Jump:


Users browsing this thread: 1 Guest(s)