In article <92478@palm-dev-forum>, [EMAIL PROTECTED] says... > At first I assumed I was using the same #define at the top of my header > file, causing "List.h" (which contains 'ccList') not to be included, but the > #define's are okay. I got this error earlier and put 'ccList' in its own > header file by itself and things worked fine for a while, but now the > error's back.
List.h is a BAD name to use, and its used already by both the Palm OS SDK and by MSL. The Palm OS SDK uses it for the data structures and prototypes of the LstWhatever functions, while MSL has it as a backwards-compatibly way of including <list>. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
