Quote:
Originally Posted by rudun
We try adding it to our own class and tried extending it. We are getting the following error. cannot find symbol variable imaqConvexHullFn
We imported import com.sun.cldc.jna.*; is there anything else we need to import or do we need to extend the class or something.
|
So you'll notice that the first line declares the function "imaqConvexHullFn" as a function to access the C code. Do you have this line? Copy and pasting the relevant sections of code would make it easier.