I am trying to use 8 byte integers in my app.  According to the docs, that
is a "long long".  When I use this in the code I get a

Link error: Main.c: '__rt_ultoi64' refereneced from 'myFunc' is undefiend.
Link error: Main.c: '__rt_add64' refereneced from 'myFunc' is undefiend.

The code that causes this is:
long long     newVar = 0;

    newVar += x;

Any ideas on how to get this working?
Thanks in advance for the help.



-- 
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