char* Data[]=
{
{"string1"},
{"string2"},
{"string3"},
.....
{"string104"},
{"string105"}
};
I have 190 of these char arrays and plan to expand further.
Despite my efforts of segmenting my Codewarrior project and setting my
linker to "large", I still get the following compile error.
"Link Errror :_Runtime module_: Near data segment is bigger
than 64k"
Does anyone know how I can fix this problem?
Thanks,
RABMissouri
--
---------------------------------------------------------------------
DataGet & PocketLog www.dataget.com
Data Collectors www.baxcode.com
--------------------------------------------------------------------
"RAB" <rabmi...@yahoo.com> wrote in message
news:1124697421....@o13g2000cwo.googlegroups.com...
Thanks,
RABMissouri
Create it on the Palm - write a small program, make sure the backup bit is
set and it is the right type ('data' I think - check the documentation).
Then do a HotSync and retrieve it from your backup directory. This is
probably the easiest way.
--
---------------------------------------------------------------------
DataGet & PocketLog www.dataget.com
Data Collectors www.baxcode.com
--------------------------------------------------------------------
"RAB" <rabmi...@yahoo.com> wrote in message
news:1125111934.9...@g14g2000cwa.googlegroups.com...