> Thanks for Ardiri's helps. > I only use a .bin file about armlet part.If I split my code,and generate > some .bin files,Can I call a function in a .bin from the other .bin? > Thanks.
you can regenerate a larger chunk in feature memory (ie: rechunk it) it is possible to call a .bin from another .bin if you code it up correctly and use function pointers (i have successfully done this). if you want to have globals or stuff, you need to do some fancy foot work to make that happen. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
