You'll probably need to post many more details on this one - its a pretty vague problem description.
The error 'base class undefined', to me, says that perhaps you are trying to define a class, but the base class you are subclassing it from does not exist.
I would recommend posting:
1. What you did
2. What the exact error is
3. What you are compiling it with
|