Okay so…
I had a linking issue with ofxOsc, but itt seems that the linking issue is gone, since it no longer says
that it cant find ofxOsc.h
but it keeps saying that
“error ‘ofxOscReceiver’ does not name a type”
what does that mean ?
private:
ofxOscReceiver receiver;
int current_msg_string;
std::string msg_strings[NUM_MSG_STRINGS];
float timers[NUM_MSG_STRINGS];
int mouseX, mouseY;
char mouseButtonState[128];
};
Trying to get animata and OpenFrameWorks to work togther with CodeBlocks
on windows32 bit
And I have written the part:
#define OF_ADDON_USING_OFXOSC
#include “ofMain.h”
#include “ofAddons.h”
What I am trying to do is to get the ofxOsc example under the addons folder to work…please for love of god help =O