home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!news.claremont.edu!ucivax!ucla-cs!usenet
- From: esky@marathon.cs.ucla.edu (Eskandar Ensafi)
- Subject: Shared Libraries
- Message-ID: <1993Jan25.170200.19242@cs.ucla.edu>
- Keywords: shared library libraries object
- Sender: usenet@cs.ucla.edu (Mr Usenet)
- Nntp-Posting-Host: marathon.cs.ucla.edu
- Reply-To: esky@marathon.cs.ucla.edu
- Organization: UCLA, Computer Science Department
- Date: Mon, 25 Jan 93 17:02:00 GMT
- Lines: 14
-
- Hi,
-
- How do you add your own objects to or create shared libraries? I intend to
- modify some NeXT objects sych as NXSplitView and wanted to know if there is a
- way to load my own objects into memory or to replace the ones in the NeXT
- AppKit shared library. So far, it seems as if only the AppKit is shared among
- applications while all other custom objects are compiled into the application's
- binary. So if you can PLEASE REPLY BY E-MAIL, I want to know:
-
- 1) How to create or add to/modify the shared libraries
- 2) How to load an object into memory
-
-
- Eskandar
-