At 02:31 AM 8/29/2005, you wrote:
I am using metrowerks code warrior 9.3. I used #pragma code_seg("segment name") to put the code into another segment, but it's not working. Can anybody suggest is there any way to put the code into another segment programatically.
Wrong pragma. You need to use #pragma segment. See http://www.palmoswerks.com/2004/02/09 for details on manual segmentation of apps using the CW tools.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
