home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8290 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.0 KB  |  28 lines

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