Hi, dear friends,
When I used ofxOsc into codes, I met errors as bellow:
error LNK2019: unresolved external symbol “public: __thiscall ofxOscSender::ofxOscSender(void)”
error LNK2019: unresolved external symbol “public: __thiscall ofxOscSender::~ofxOscSender(void)”
error LNK2019: unresolved external symbol "public: void __thiscall ofxOscSender::setup
error LNK2019: unresolved external symbol “public: __thiscall ofxOscMessage::~ofxOscMessage(void)”
error LNK2019: unresolved external symbol "public: void __thiscall ofxOscSender::sendMessage
error LNK2019: unresolved external symbol “public: void __thiscall ofxOscMessage::addIntArg(int)”
error LNK2019: unresolved external symbol “public: __thiscall ofxOscMessage::ofxOscMessage(void)”
I use 64-bit win7 with VS2010. I maybe added ofxOsc into the project incorrectly. Is there anybody met the familier errors when using ofxOsc. Your helps will be greatly appreciated.
BTW, the project I used is Kyle’s blink example in ofxfacetracker.