RE: "delete" not working in CW9.3 C++ ?

2009-01-19 Thread Luc Le Blanc
luis maldonado wrote: > how do you know you have a memory leak when you exit the app Because I run it under POSE, and POSE tells me when I exit the app. > I have an app that crashes consistently when I tap the home > button but don't know how to debug the app or where to start... Load it in PO

Re: C vs C++

2009-01-19 Thread Dave Carrigan
On Jan 19, 2009, at 7:11 AM, luis maldonado wrote: Most of us are not as knowlegeable as you are on the inner workings of c and c++ so why don't you gives a small sample of your brilliance on the subject. Why can't C++ be used on the palm os? I wasn't originally going to respond to Dmitr

RE: C vs C++

2009-01-19 Thread luis maldonado
Dimitry, Most of us are not as knowlegeable as you are on the inner workings of c and c++ so why don't you gives a small sample of your brilliance on the subject. Why can't C++ be used on the palm os? What differecence does it make where the vtables go? what are the other down sides

RE: "delete" not working in CW9.3 C++ ?

2009-01-19 Thread luis maldonado
how do you know you have a memory leak when you exit the app, I have an app that crashes consistently when I tap the home button but don't know how to debug the app or where to start...> Date: Sat, 17 Jan 2009 06:41:02 -0500> From: don.albert...@verizon.net> Subject: Re: "delete" not working i

Help please - WinPaintRectangle

2009-01-19 Thread Darren
Hello, on the TX, there are two built in applications, the PalmOS standard launcher and the Favourites application launcher, that appear to use the PalmOS rectangle draw functions to create transparent rectangles when selecting an application to launch. The question is : How is this done please