I'm not sure where you get this 'general consensus' from, but I believe
Cobalt is far from dead.

To the original poster, how are you setting the string for the labels?
Are you storing the string in memory, or are you setting the label to a
string literal? You cannot set it with a string literal or a local
variable because CtlSetLabel does not make a copy of your string. When
the form needs to redraw, the string needs to still be there. Store the
string in a global variable or in a chunk using MemPtrNew and pass that
pointer to CtlSetLabel. You can usually get away with it in Garnet, but
I'm not sure about Cobalt.

Perhaps this is the problem?

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:bounce-429960-
> [EMAIL PROTECTED] On Behalf Of James Fisher
> Sent: Wednesday, April 27, 2005 4:49 PM
> To: Palm Developer Forum
> Subject: Re: Palm Sim 6.1 error - help
> 
> Don't waste your time debugging on Cobalt 6.1.  There are no devices
on
> the market and the general consensus amongst most developers is that
it
> is dead.
> 
> Orasanu Iuliana wrote:
> 
> >Hy,
> >I have tessted my application on a Palm Simulator 5.2 and it's
working
> perfectly, but when I'm testing it on a 6.1 version I get this error:
> >Run68K.c(2255): Read from inaccessible address
> >
> >What does this mean ?
> >
> >I'm only plasing some strings on some labels.. nothing much... but
still,
> I does not work... Help!
> >
> >Regards, Iulia
> >
> >
> 
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to