I am a new developer in PalmOS. 
I want to inherit ControlType struct in my class.

When I declare statement in CodeWarrior IDE like this
:

class example : public ControlType{
        int ex;
};

I have "illegal use of incomplete struct/union/class"
error messsage in compile time.
   
I include control.h in my module.
I also define ALLOW_ACCESS_TO_INTERNALS_OF_CONTROLS
statement.

Thanks for your help... 


__________________________________________________
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to