Hai Ben, I already changed the file extensions as .cpp. When I am using the general (base) classes I am not getting these errors. But when I am trying to access the derived classes the problem is arising. Regards, Saradhi. -- At 08:02 AM 9/5/2003, Dave Lippincott wrote: >Turn on the C++ compiler in the project settings (Language Settings->C/C++ >Language-> check 'Activate C++ Compiler) and make sure you file has the cpp >extension (don't know if that is still a requirement but it wouldn't hurt)
Just make sure your file has a .cpp or .cc or .cp extension. The "Activate C++ Compiler" switch forces CodeWarrior to build .c files as C++ code; CW will always build a .cpp/.cp/.cc file as C++, no matter the setting of this. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
