You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for your response. We are building this project using Visual studio 12.0 with Windows SDK 8.0 at Windows 8 machine. During the building of project sapiPS we getting below syntax error:
1>------ Build started: Project: sapiPS, Configuration: Release x64 ------
1> dlldata.c
1> htssapi_i.c
1> htssapi_p.c
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2309): error C2059: syntax error : ':'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2143: syntax error : missing ')' before ''
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2081: 'SPRECORESULTINFOEX' : name in formal parameter list illegal
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2143: syntax error : missing ';' before ''
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2059: syntax error : '*'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2059: syntax error : ')'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2793): error C2059: syntax error : '}'
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
It seems, we are using wrong version of windows SDK. Kindly let us know what are the versions of Visual Studio and Windows SDK you used for building this project.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your response. We are building this project using Visual studio 12.0 with Windows SDK 8.0 at Windows 8 machine. During the building of project sapiPS we getting below syntax error:
1>------ Build started: Project: sapiPS, Configuration: Release x64 ------
1> dlldata.c
1> htssapi_i.c
1> htssapi_p.c
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2309): error C2059: syntax error : ':'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2143: syntax error : missing ')' before ''
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2081: 'SPRECORESULTINFOEX' : name in formal parameter list illegal
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2143: syntax error : missing ';' before ''
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2059: syntax error : '*'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2790): error C2059: syntax error : ')'
1>C:\Program Files (x86)\Windows Kits\8.0\Include\um\sapiddk.h(2793): error C2059: syntax error : '}'
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
It seems, we are using wrong version of windows SDK. Kindly let us know what are the versions of Visual Studio and Windows SDK you used for building this project.
The text was updated successfully, but these errors were encountered: