Without seeing your code it is difficult to say what is the exact cause, but basically the compiler cannot find a symbolic reference to another object. Make sure that everything is in the correct scope and any references you have to other classes are can be found by the compiler.
Cheers
Martyn
|