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