sounds like a question for a basic C++ group, but when you do this in your header file
static bool m_blah; you need to this in your cpp file bool CMyClass::m_blah; -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
