You have to move some code to another segment. If you haven't already got another segment handy, you will have to create it and adjust your project settings accordingly. You should probably research multi-segmented apps.
You also have to respect the rules as to what code can be moved out of segment 1. In brief approximation, code that is directly called out of PilotMain must be in segment 1. Code that is called off of a form's event handler can move to any segment. -bob mckenzie -----Original Message----- From: [EMAIL PROTECTED] [mailto:Richard.Anderson@;Radiodetection.com] Sent: Wednesday, November 06, 2002 9:40 AM To: Palm Developer Forum Subject: RE: Download Problems CW6 Your write, ive reached 64K. how do I get around this ??? -----Original Message----- From: Robert McKenzie [mailto:Robert.McKenzie@;palmsource.com] Sent: 06 November 2002 17:26 To: Palm Developer Forum Subject: RE: Download Problems CW6 It seems to me that you have done most of the obvious things. Just a wild guess, but perhaps your app has grown past its segment/memory model. Turn on the memory map in the project settings and verify that all segments actually load to less than 64K. -bob mckenzie, palmsource pdx p.s. but if you want help in drop-kicking hardware, that sounds like a whole lot of fun! :) -----Original Message----- From: [EMAIL PROTECTED] [mailto:Richard.Anderson@;Radiodetection.com] Sent: Wednesday, November 06, 2002 9:08 AM To: Palm Developer Forum Subject: Download Problems CW6 Please help me before I drop kick my computer out of the window. 2 hours ago I was happily developing my code and downloading it to my Palm Vx, then all of a sudden it started failing to download every time. Ive tried switching comm ports, cradles and Palm Vx. Ive tried restarting my PC, hard resetting my Palms and it still dont work. Please please help before I start smashing things to pieces. Regards, Richard Anderson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
