hi everybody,
i have experience with c++ -at university level(?)- and want to start
programming palm applications. at least as amateur first..
so, i would like to ask how to write my first program and compile.. it would
be great if someone would write the steps i should follow..
thanks alot
----- Original Message -----
From: "Donald C. Kirker" <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[email protected]>
Sent: Monday, July 30, 2007 9:53 AM
Subject: Re: Palm offscreen windows
Jeremy Swanson wrote:
This must be the case. I went in to PalmOS Simulator and adjusted the
dynamic heap size up to 2048kb. I am developing game software intended
for
OS5 devices. Would it be safe to assume such devices will have that kind
of
available heap size?
NO!
Never assume anything. You are better off checking for it and warning the
user if the resources are not available (or telling the user that the app
cannot run) then assuming that the device meets the requirements and
leaving the user with a "Fatal Exception" (you'll either get a plain fatal
exception, bad read at address or NULL pointer if you are lucky).
BTW, many OS5 devices have < 2MB of heap. The Palm Tungsten T and Tungsten
T2 have 512kb and 1MB, respectively, I believe. The more recent devices
have > 2MB, but you still should not assume.
I recommend using off screen windows as little as possible, and keep them
as small as possible. Also, very good memory handling will help greatly!
Regards,
Donald Kirker
--
For information on using the ACCESS Developer Forums, or to unsubscribe,
please see http://www.access-company.com/developers/forums/
--
No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.476 / Virus Database:
269.10.25/926 - Release Date: 29.07.2007 23:14
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/