kylemcdonald / ofxDmx

DMX Pro wrapper for openFrameworks
Other
83 stars 30 forks source link

OF 0.10.1 "Unknown type name 'string'" #11

Open stephanschulz opened 5 years ago

stephanschulz commented 5 years ago

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 ?

screen shot 2019-01-16 at 2 11 04 pm
npisanti commented 5 years ago

it should be fixed in my fork, i also made a pull request on this repo, but it's still to be merged