There is a bug in the prc-tools compiler with global constants.  The
work-around is to wrap the variable in a function.  For example:

const char* MyString (void)
{
        return "My String";
}

Or, as Logan said, you can use a string resource.

Stadin, Benjamin wrote:

> Sorry, somehow the original thread got lost. My problem is that I have
> some globals variables with static text (for my About form with large text
> and scrollbar and other things). I haven't figured out how to store this
> text anywhere else, segments don't seem to work.
> 
> Regards,
> Benjamin


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

Reply via email to