__RuntimeModule__:Near data segment is bigger than 64K

2006-12-08 Thread hvreddy
an invalid prc file. Link Error :__RuntimeModule__:Near data segment is bigger than 64K Link Error :eclibimpl.c:'init_common_com_mess' 16-bit data reference to 'Swelpar_P' is out os range ... Remaining all are similar kind of messages. I even enabled in CW settings code model

Re: __RuntimeModule__:Near data segment is bigger than 64K

2006-12-08 Thread Michal Seliga
' is greater than 64000 bytes it will create an invalid prc file. Link Error :__RuntimeModule__:Near data segment is bigger than 64K Link Error :eclibimpl.c:'init_common_com_mess' 16-bit data reference to 'Swelpar_P' is out os range ... Remaining all are similar kind

Re: __RuntimeModule__:Near data segment is bigger than 64K

2006-12-08 Thread Ben Combee
' is greater than 64000 bytes it will create an invalid prc file. Link Error :__RuntimeModule__:Near data segment is bigger than 64K Link Error :eclibimpl.c:'init_common_com_mess' 16-bit data reference to 'Swelpar_P' is out os range ... Remaining all are similar kind

Re: __RuntimeModule__:Near data segment is bigger than 64K

2006-12-08 Thread Ben Combee
I even enabled in CW settings code model as large.But it is still giving same problem.Infact i am using MemGluePtr to allocate memory of size more than 64K using UInt32 pointer . Is there any limitation in PALM OS that one segment size should not cross more than 64K. But if we are

Re: __RuntimeModule__:Near data segment is bigger than 64K

2006-12-08 Thread hv reddy
is occupying more than 64K size. When i compile this i am getting the following Linker error message. Segment 'Segment_1' is greater than 64000 bytes it will create an invalid prc file. Link Error :__RuntimeModule__:Near data segment is bigger than 64K Link Error :eclibimpl.c

Link Error : __RuntimeModule__: Near data segment is bigger than 64k.

2003-10-17 Thread Vijayasaradhi D.
Dear All, I am getting the following error. Any idea why this error would occur ? Link Error : __RuntimeModule__: Near data segment is bigger than 64k. The total code size is 439K The total Data size is 102K I am using the Expanded Mode setting as mentioned in white paper by Ben

Re: Link Error : __RuntimeModule__: Near data segment is bigger than 64k.

2003-10-17 Thread Ben Combee
At 08:54 AM 10/17/2003, Vijayasaradhi D. wrote: Dear All, I am getting the following error. Any idea why this error would occur ? Link Error : __RuntimeModule__: Near data segment is bigger than 64k. The total code size is 439K The total Data size is 102K I am using the Expanded Mode setting

__RuntimeModule__: Near data segment is bigger than 64K

2003-08-04 Thread Paul Johnson
Any clues what this means and how to fix it please ? Thanks... Regards, Paul Johnson Applewood House www.applewoodhouse.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: __RuntimeModule__: Near data segment is bigger than 64K

2003-08-04 Thread Ben Combee
At 10:24 AM 8/4/2003, Paul Johnson wrote: Any clues what this means and how to fix it please ? This means that you've got too much code in the first segment of your project -- you need to create additional segments and move some of your routines to it. -- Ben Combee [EMAIL PROTECTED]

RE: __RuntimeModule__: Near data segment is bigger than 64K

2003-08-04 Thread Eric Cloninger
Message- From: Paul Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 10:24 AM To: Palm Developer Forum Subject: __RuntimeModule__: Near data segment is bigger than 64K Any clues what this means and how to fix it please ? Thanks... Regards, Paul Johnson Applewood

Re: __RuntimeModule__: Near data segment is bigger than 64K

2003-08-04 Thread Paul Johnson
[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:49 PM Subject: Re: __RuntimeModule__: Near data segment is bigger than 64K At 10:24 AM 8/4/2003, Paul Johnson wrote: Any clues what this means and how to fix it please ? This means that you've got too much code in the first segment of your

Re: __RuntimeModule__: Near data segment is bigger than 64K

2003-08-04 Thread Paul Johnson
, August 04, 2003 4:49 PM Subject: RE: __RuntimeModule__: Near data segment is bigger than 64K You now get to have a lot of fun segmenting your application. Use the Segments tab on your CodeWarrior project to create multiple segments and drag and drop files into the various segments