home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / classes / misckit / MiscKit.mbox / text0002.txt < prev    next >
Encoding:
Text File  |  1993-10-26  |  1.1 KB  |  27 lines

  1. yackd@oregon.et.byu.edu (Don Yacktman) writes:
  2. > (3)  What should be allowed as a contribution to the kit? [...]
  3. > (4)  What do you have that you'd like to include in the kit? [...]
  4.  
  5. Don discusses the MiscKit in terms of a library against which an
  6. application can be linked.  This kind of implies that MiscKit
  7. objects are self-contained in some way; that they do not make use
  8. of external files (e.g., nib files, tiff files).
  9.  
  10. How do classes which require or simply make use of such things get
  11. incorporated into the Misc Kit?  Should they be included in the
  12. MiscKit? (a shame if it were that restrictive, I think) How are
  13. the external files packaged with the Kit and made available to
  14. developers conveniently to be incorporated?
  15.  
  16. One possibility: "self-contained" classes get added to the library,
  17. classes that need outside files should be presented in the form of
  18. a self-contained bundle (two possibilities here: the class code is
  19. to be dynamically loaded from the bundle, or the bundle just contains
  20. the auxiliary files needed and the class is in the library).
  21.  
  22. Thoughts anyone?
  23.  
  24. Christopher Kane
  25. kane@cs.purdue.edu
  26.  
  27.