![]() |
|
Client Include Dirs - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193) +---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157) +----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128) +----- Thread: Client Include Dirs (/showthread.php?tid=2069) |
- casa99 - 02-25-2021 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 - rondo157 - 02-26-2021 2 must be the first - claycodes - 07-11-2023 You can resolve this by defining _CLIENT_ for the preprocessor |