elliotwoods / ofxKinectForWindows2

Implementation of Kinect For Windows v2 API (not using KinectCommonBridge)
163 stars 70 forks source link

Hotfix for c++17 #92

Closed prisonerjohn closed 2 years ago

prisonerjohn commented 2 years ago

The addon was not working with the latest version of OF because of a conflict with byte introduced by C++17. See here: https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889 I reworked the #includes to get it to compile again.

elliotwoods commented 2 years ago

Thank you Elie!