Closed prisonerjohn closed 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.
byte
#includes
Thank you Elie!
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.