> From: DIAMOND JEFF [mailto:[EMAIL PROTECTED]]
> is there a way to make a function in one segment call a
> function in another segment?
Yes, absolutely. Otherwise multi-segment programming would be useless.
Just program normally: put declarations in header files and #include them
into source files where needed, and compile away. But be aware of the
documented limitations of inter-segment calls with respect to the
availability of globals.
> if you have a resource that is greater than 64K, is there a
> way to include it automatically as a single resource broken
> into smaller records?
Not automatically. Resources cannot be bigger than 64K. You need to
manually break your large resource data into sub-64K chunks.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/