arturoc / ofxTuioWrapper

sketch of ofxTuioWrapper with new ofTouchEvent
22 stars 25 forks source link

Compilation errors #1

Open xlarsx opened 13 years ago

xlarsx commented 13 years ago

Good day, I'm trying to compile this project but it fails when it tries to include some headers like "TuioListener.h", "TuioObject.h", and so on, ¿Where can I find this code?

Response: The code can be found in the TUIO C++ Library: http://www.tuio.org/api/cpp/

But I can't find the definition of the POCO: TuioBlob, the most closest thing is the definition given by TuioKinect, is this the right definition?

Greetings

Luis Alejandro Rangel Sánchez

katewatkins commented 12 years ago

I'm having the same problem. "TuioBlob" is not part of the TUIO C++ library distributed at TUIO.org . Please explain where the correct library is or provide it with your files. Otherwise we cannot use this addon. ... Is this addon still being actively developed?