Are you compiling for 'single segment'. It sounds like you are attempting a
'far' call within a 64K bound piece of code. I expect the pointer reference
'*gNames' may be getting interpretted as a far address by the compiler, and
your code is single segmented, thus limited in address space.

My 2 Cents ...

DC.

"Anthony Randazzo" <[EMAIL PROTECTED]> wrote in message
news:42729@palm-dev-forum...


What does this mean?

I have a program which makes this declaration.
static Char *gNames[] = {"Anthony"};

However, when I use this code segment for a HACK, I get this Link Error.

Help.

Anthony Randazzo
9101 Guilford Road
Columbia, MD 21046
301 498 3003 x3761
301 498 6003 Fax

NOTICE:  This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.

To contact our email administrator directly, send to
[EMAIL PROTECTED]






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to