At 4:19 PM +0100 24-02-00, Shannon wrote:
>Why is CtlGetLabel now returning a const pointer?
Because you should not be modifying that memory directly, it's owned by the
control! Use CtlSetLabel to change the control's values.
If you know what you're doing and understand how controls work and want to
hack, then you can always cast it to non-const...
--Bob
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html
- CtlGetLabel and const char * Shannon
- Bob Ebert
