Related to all of this what is the best resource in general for POL-specific stuff? I found that site, but the FAQ and so forth is prett ylimited -- are those groups more active than this or the codewarrior groups for POL topics specifically?

The best site for POL info is the POL developer forum, a web forum hosted at http://www.aqpoint.com/pol/. That is the primary site where the POL development team answers questions about the framework.


This code is trying to use placement new. POL overrides the new operators in the header <POLNew.h>, and provides a placement new definition. It seems that this header isn't included in your context; this seems odd, as POLNew.h is part of the standard POL precompiled headers and is included by <POL.h>.

There is one potential problem with POL's POLNew.h -- it defines these operators inside namespace POL, so if you aren't defining your class inside namespace POL or have a "using namespace POL;" directive, the compiler can't find the prototype. This is really a POL defect -- it shouldn't be defining the override operators inside a namespace.

--
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/

Reply via email to