Hello Alec, You most likely have an error in your compiler settings. Have a look at the POL starter project to see what you need to change.
Adrien. Tuesday, April 5, 2005, 4:12:30 PM, you wrote: AB> I'm trying to build a CodeWarrior Palm Project that includes AB> <POL.h>. When I try to build after inclding POL.h I get a bunch of AB> new errors in the include files included by Pol.h. The first is: AB> class CDateTime : public DateTimeType AB> Error : illegal struct/union/enum/class definition AB> (included from: AB> POL.h:218 AB> Test2.cpp:12) AB> POLDateTime.h line 42 class CDateTime : public DateTimeType AB> but there are a whole bunch more. AB> If I try to build one of the sample projects included with CW AB> 9.2 (such as POLTest.mcp), there are no error as a result of AB> including <POL.h> but I can't see any difference in my project. I AB> have verified that the same include files are being included in AB> bothe cases, bit in my project, erros abound. AB> Anyone knopw what the prblem might be here? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
