On Thu, 6 Dec 2001, geeta more wrote:
> Hi Ben,
> As per what you say it will not be possible to
> change button frames at all. Surely one can access the
> structure at run time to change the frame. because
> right now I am doing such a thing and am able to get
> the appropriate frames without any warning.
> So my question is in future will Palm remove
> backward compatibility by removing such a feature?
> Also can you be more specific about what kind
> of support they are removing because I will have to
> change my application at this stage itself else it
> might crash in future.

  you might want to check out the Glue library :)
  direct access to structs is something palm will/may
  not support in future versions of the operating
  system. the main reason for this is due to system
  architectures (m68k, arm etc) which may result in
  different structural layout(s).

  the 4.0 sdk allows you to check this by setting:

#define DO_NOT_ALLOW_ACCESS_TO_INTERNALS_OF_STRUCTS

  :) if you do anything like that, it'll barf on you
  and let you know where you should focus some adjustments
  in your code.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/


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

Reply via email to