From: "Richard Coutts" <[EMAIL PROTECTED]> > #include "List.h"
Could you be including the list.h which MW has (rather naughtily, I think), put in (MSL for Palm OS)\MSL_C++\MSL_Common\Include ? Try Preprocess on the including file. > #ifndef _NODELIST_H_ > #define _NODELIST_H_ This should be avoided for legality in favor of simply NODELIST_H. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
