Re: Does PODS support exceptions

2005-11-25 Thread Izhido
Hmmm, it seems to me exception handling is a must-have for modern C++ developers. Many projects couldn't be ported to PalmOS until this is fixed. When will it be implemented? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Does PODS support exceptions

2005-05-06 Thread Logan Shaw
Ben Combee wrote: At 08:14 PM 5/5/2005, you wrote: what about templates and stl. does pods support them? The 68K compiler has C++ template support, but I'm not sure if there's a good way to put template instances into different sections, so if you're not careful, it will be easy to fill up

Re: Does PODS support exceptions

2005-05-06 Thread Dave Carrigan
On Fri, May 06, 2005 at 12:02:19AM -0500, Ben Combee wrote: The 68K compiler has C++ template support, but I'm not sure if there's a good way to put template instances into different sections, so if you're not careful, it will be easy to fill up the 32K you have for the default code

Re: Does PODS support exceptions

2005-05-06 Thread Palm
I dont use very many templates. Just for scoped ptrs and vectors. Does any form of the STL run on pods? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Does PODS support exceptions

2005-05-05 Thread Chris Mumford
I have a simple test application where I am throwing an exception in a PODS project. This compiles just fine in both CodeWarrior and PODS 1.1, but the PODS compiled program dies when throwing the exception. Does PODS support exception handling? Chris Mumford email: [EMAIL PROTECTED] url

Re: Does PODS support exceptions

2005-05-05 Thread Ben Combee
At 04:56 PM 5/5/2005, you wrote: I have a simple test application where I am throwing an exception in a PODS project. This compiles just fine in both CodeWarrior and PODS 1.1, but the PODS compiled program dies when throwing the exception. Does PODS support exception handling? The prc-tools

Re: Does PODS support exceptions

2005-05-05 Thread Palm
what about templates and stl. does pods support them? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Does PODS support exceptions

2005-05-05 Thread Ben Combee
At 08:14 PM 5/5/2005, you wrote: what about templates and stl. does pods support them? The 68K compiler has C++ template support, but I'm not sure if there's a good way to put template instances into different sections, so if you're not careful, it will be easy to fill up the 32K you have for