Tam Hanna wrote: > BTW, why don't you distribute an SDK of header files rather than a library? > This would be more comfortable for the individual developer, as he can "snap > in" what he needs...
I thought one of the more charming features of the C programming language was that the linker strips out functions that are never called. Even from static libraries. So, I don't see what the benefit would be of breaking this library into pieces; it should produce the same code in the end anyway. (One exception to this would be if the library contained global variables. I don't believe linkers normally strip out global variables that aren't referenced. But since the library doesn't seem to include any global variables, it doesn't seem to matter in this case.) - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
