View Single Post
Old 02-03-2005, 06:06 AM   #2 (permalink)
ergdork
Tilted
 
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
ergdork is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43