home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5295 < prev    next >
Encoding:
Text File  |  1992-07-28  |  992 b   |  26 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!Sirius.dfn.de!zrz.tu-berlin.de!cs.tu-berlin.de!marcel
  3. From: marcel@opal.cs.tu-berlin.de (Marcel Weiher)
  4. Subject: Re: Destroying Zones
  5. Message-ID: <1992Jul28.172532.14399@cs.tu-berlin.de>
  6. Keywords: zones,dynamic loading
  7. Sender: news@cs.tu-berlin.de
  8. Organization: Techn. University of Berlin, Germany
  9. References: <4483@rosie.NeXT.COM> <1992Jul28.123612.6352@taloa.unice.fr>
  10. Distribution: fb20
  11. Date: Tue, 28 Jul 1992 17:25:32 GMT
  12. Lines: 12
  13.  
  14. kjartan@ecu.unice.fr (Kjartan Pierre Emilsson) writes:
  15.  
  16.  
  17. >PS.:  How does one build a shared library with some custom classes, say  
  18. >for example a library corresponding to a user defined palette ?
  19.  
  20. Don't know about your NXColorWell problem, but I can say that the
  21. tools needed to build shared libraries are not provided by NeXT.
  22. You can however dynamically load code into your application (especially
  23. easy with classes) creating a very similar effect.
  24.  
  25. Marcel
  26.