TUIO client no longer works in 2.0 because of PVector, how to fix?
in
Contributed Library Questions
•
8 months ago
Hi, I have a application that uses the TUIO client library that I'm trying to upgrade to Processing 2.0
I get an error saying "cannot find a class or type named Vector". When I change my variable to PVector I get
"Cannot convert from vector to PVector". Obviously the library returns a Vector.
How to fix?
the Library also contains a source folder with a file named TuioProcessing.java in it. Here I can change the vector it returns into a PVector, but I have no Idea how to compile this .java file into the two .jar files the Processing uses.
Is this even the right aproach?
Has anyone else used TUIO client with Processing 2.0?
best,
Richard
1