RE: Link Error AppHandleEvent

2003-09-04 Thread LionScribe
With CW9 it's so easy to use segments, so just segment it up. LionScribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Groschen Sent: Thursday, September 04, 2003 2:20 PM To: Palm Developer Forum Subject: Link Error AppHandleEvent I am getting the er

Re: Link Error AppHandleEvent

2003-09-04 Thread Paul Groschen
I'm new to segments. Are they in 64K blocks? Do you have an example or literature I can read. I see the segment tab in my project but I'm not sure what to do with it Thanks Paul "LionScribe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > With CW9 it's so easy to use segments, so

RE: Link Error AppHandleEvent

2003-09-04 Thread LionScribe
, must be in the first segment. LionScribe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Groschen Sent: Thursday, September 04, 2003 8:45 PM To: Palm Developer Forum Subject: Re: Link Error AppHandleEvent I'm new to segments. Are they in 64K block

Re: Link error : 'AppHandleEvent' 16 bit code reference to 'CntPlasmFormHandleEvent' is out of range

2004-05-21 Thread Tim Kostka
It sounds like your code is getting too big for one segment. You basically have two options: rewrite your code each time you want to add something, or create a multi-segment application. The latter is actually quite easy and you should be able to find lots of examples should you need them. It m

Re: Link error : 'AppHandleEvent' 16 bit code reference to 'CntPlasmFormHandleEvent' is out of range

2004-05-24 Thread Frédéric Dessallien
Thanks tim, I have succesfully convert the application to multi segment and it's quite easy to do. For those who encounter this problem just create a new target copied from existant and change the PalmOs library to the good one.(see metrowerks or palmos documentation for library). Add a segment and