Same reasons as anyone, I would imagine:
a) V2 came out a week ago that I know of
b) you look and play, of course, but you don't change a toolchain in the middle of a production cycle unless there is a specific reason
c) the release notes I looked at, on the site, don't mention POL at all, and I've been managing simulation environments and palm SDKs separately, so concluded not to upgrade and risk changing something.
So anyway, I have the same problem with 9.2. Compiler doesn't like the new in this template func:
/**
* @param rData - reference to the memory placement of new object.
*/
template <typename DATA_TYPE>
POL_INLINE void CObjectTraits<DATA_TYPE>::Constructor(DATA_TYPE& rData)
{
::new((void*)&rData) DATA_TYPE;
}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?
Thanks again,
Will
Ben Combee wrote:
At 08:40 PM 10/7/2003, Will wrote:
Maks,
Thanks for the fast response -- that code actually gives me the compiler error too. I'm using the original CW9 version of POL, no updates, with the CW9 C++ compiler. Here's the instance member def:
Why? You really should update to V9.2, which comes with a much newer version of POL with quite a few bug fixes.
Metrowerks does not host a news server, but we sponsor the newsgroup codewarrior.palm which is available on many USENET newsservers; check with your ISP.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
