If you are using PRC-Tools, then GLibs are the best solution. GLibs allow library globals, library resources, and require no startup or shutdown code in your application (it's handled automatically by a ~2k "stub" library). Only thing you need to remember is to not give client apps access to library globals (won't work) and to try to not overwrite resource IDs.
http://ftp.marginsoftware.com/pub/code/FontLibrary.zip To compile the library open a console (or editor that knows how to run commands) and run 'make veryclean all clean'. Then copy the updated .a file and Library.h to the test application's root directory and run 'make veryclean all clean'. You should now have a library PRC and application PRC which imports the library resources and functions. Enjoy! (I recommend ZLib compressing those fonts... they're HUGE... and only de-compressing the ones requested.) - Matthew Bevan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
