At 08:07 PM 9/29/2004, you wrote:
Hi, thanks everyone than help me with the question about multisegment, I read the "Palm OS Bible" and solved my problem, but I want to now if there is a way that I can use de global variables that I define in a segment in other segment
Global variables don't live inside segments; they all live in a shared global variable space. The one possible exception is constant globals when using either PRC-Tools or the "PC-relative constant values" option in CodeWarrior. Those values do live inside the code sections and can't be directly accessed from another section.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
