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
I am on macOS 10.14.6 with OF 0.11 trying to run the example_client_sharedcanvas because I wanted to learn how to parse the args in 'onMessage() but get json related compile errors here:
/Applications/of_v0.11.0_osx_release/addons/ofxLibwebsockets/example_client_sharedcanvas/src/ofApp.cpp:95:33: No member named 'isNull' in 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long long, unsigned long long, double, std::allocator, adl_serializer>'; did you mean 'is_null'?
The text was updated successfully, but these errors were encountered:
I am on macOS 10.14.6 with OF 0.11 trying to run the
example_client_sharedcanvas
because I wanted to learn how to parse the args in 'onMessage()
but get json related compile errors here:ofxLibwebsockets/example_client_sharedcanvas/src/ofApp.cpp
Line 90 in 3d4843a
The text was updated successfully, but these errors were encountered: