> Thanks. Now is FtrGet a slow function call. What I want to do is to use > feature memory in a shared library to retrieve the Handle to the global > data struct, rather than having to pass along the library reference > number from function to function. Is that going to cause any drag?
FtrGet does have some overhead - definately more than passing a pointer around. however, is this that important? you should minimize your calls to this - maybe have larger functions :) i used FtrGet calls quite a bit. isn't that bad. --- 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/
