just to save 10 minutes to whoever stumbles upon this, oscReceiverExample and oscSenderExample don’t work out of the box on 0.06 mac/xcode. looks like the osc addon changed to 0.03 but the examples were not updated.
i’ve made the couple of changes needed:
- swap the 0.05 addon system calls (ie #include “ofAddons.h” #define OF_ADDON…) for the direct includes (#include “ofOscReceiver…”)
- add .c_str() wherever char * are expected instead of strings. (see http://www.openframeworks.cc/forum/view-…-ght=ofxosc )
swap the example sources for those and there you go
http://jesusgollonet.com/openFrameworks-…-xample.zip
http://jesusgollonet.com/openFrameworks-…-xample.zip