ofxIO
ofxIO copied to clipboard
'kPrefixSuffix': array bounds overflow | Windows 11 / VS 2022
Hey @bakercp ,
I am getting this error on Windows 11/ VS 2022
Severity Code Description Project File Line Suppression State Error C2117 'kPrefixSuffix': array bounds overflow example_directory_list C:\Users\moebi\Documents\openFrameworks\addons\ofxIO\libs\brotli\src\common\transform.c 27
Could be related to that C++ 17 commit? I am using OF / master.
That appears to be in the brotli compression source. Perhaps that source version needs to be updated.
I rolled back to some 2019 commits but I am getting other errors too:
I remember some months ago that it was working in Windows 10 / VS 2019. Always develop branch.
This is using master branch:
ok. It works by rolling back develop branch to the last 2019 commits. but for OF last release 10.11.2 or GitHub path-release. Maybe it could be nice to have the master / stable branch settled on here.