Hi, I try to create a class with static members. But when i compile my code i have the following errors :
Link Error : cdraw.cpp: 'Draw::rClip' referenced from 'Draw::IsVisible(short,short,short,short)' is undefined. Link Error : cdraw.cpp: 'Draw::offset' referenced from 'Draw::Sprite(unsigned char,short,short)' is undefined. rClip is a static RectangleType offset is a static PointType thanks for your help -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
