MoreCodeFragments

MoreCodeFragments currently includes only one module, CFMLateImport, which allows you to weak link your code to a CFM fragment and then, if the weak link fails, explicitly rebind to a fragment of your choice. This technique also allows you to link to any Mac OS X Mach-O framework from a CFM-based application. See the header file for extensive comments.

Users of MoreCodeFragments might also be interested in MorePatches.

CFMLateImport supports PowerPC and Carbon development; it does not support 68K development.