SDK Demov2 has extra files included in project that prevents build

Description
I just downloaded the Zoom SDK today. Following the instructions to the letter i get 2 files that prevent build within the project:
1) HttpResquestHelper.cpp
2) zoomHmacSHA256.cpp

After I exclude the files from the project … it compiles and runs just fine.

Which version?
I am running the VS2015 solution. SDK version is: v5.0.24433.0616

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Download SDK from GitHub
  2. Extract all Files with 7zip
  3. Open …\sdk_demo_v2\sdk_demo_v2_2015.sln
  4. change configuration to release
  5. Build and Run
  6. two errors popup saying that the project cannot locate the aforementioned files.

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device Spec: PC
  • OS: Windows 10 Pro
  • Version [e.g. 19041.329]

Additional context
I believe you included these 2 files by accident.

Hi @eengineerh,

Thanks for the post. We have removed the following 4 files in the demo app since they are not being used:

  • zoomHmacSHA256.h
  • zoomHmacSHA256.cpp
  • HttpRequestHelper.h
  • HttpRequestHelper.cpp

However, somehow the links to the above 4 files still exist in sdk_demo_v2_2015.sln and sdk_demo_v2_2017.sln . Please try to remove the reference to the above 4 files and then it should work.

We will fix this as soon as possible. Pardon the inconvenience.

Thanks!

Having the same problem. I can find no references to those files. Please help further.

Hi @msides,

We have updated the Windows SDK demo app for this issue. Please download the latest version of Windows SDK and try again: https://github.com/zoom/zoom-sdk-windows

Thanks!