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
But when trying to compile it in OF 0.10.1 I get a bunch of compile errors like this:
/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:16:18: Unknown type name 'string'; did you mean 'std::string'?
/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:31:2: Unknown type name 'vector'; did you mean 'std::vector'?
adding std:: does solve it.
is that now needed in OF 0.10.x ?
The text was updated successfully, but these errors were encountered:
Hi :)
I use ofxDMX a lot and it works beautifully.
But when trying to compile it in OF 0.10.1 I get a bunch of compile errors like this:
/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:16:18: Unknown type name 'string'; did you mean 'std::string'?
/Applications/of_v0.10.1_osx_release/addons/ofxDmx/src/ofxDmx.h:31:2: Unknown type name 'vector'; did you mean 'std::vector'?
adding std:: does solve it.
is that now needed in OF 0.10.x ?
The text was updated successfully, but these errors were encountered: