home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2989 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: sn.no!not-for-mail
  2. From: christon (Christopher Naas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Library?
  5. Date: 7 Feb 1996 18:33:39 +0100
  6. Organization: SN Internett
  7. Message-ID: <920.6611T1081T2480@Th0r.foo.bar>
  8. NNTP-Posting-Host: sinsen.sn.no
  9. X-Newsreader: THOR 2.21 (Amiga;SOUP)
  10.  
  11. When I open a shared disk library, is the entire library loaded into RAM, or
  12. just the functions used? Is there some way I can "hold back" loading a fuction
  13. to RAM until it is actually used? I want to make quite a few small libraries,
  14. each with their own preferences setting routines. The simplest way for me to
  15. do the prefs would be to include it in the library, but since many small
  16. libraries will be loaded, and the prefs-setting only used a couple of times
  17. *ever*, I don't really want to waste 10-15k RAM for each library just for a
  18. nice GUI prefs-setting. So, will I have to make little prefs programs for each
  19. library, or is there some way I can delay loading the gui stuff into memory
  20. until it is used?
  21. I use SAS/C to create the libraries.
  22.  
  23. --
  24. Christopher Landmark Naas    o  EMail: christon@sn.no
  25. LoungeBar Development        o  WWW:   http://www.sn.no/~christon/
  26. Former Reg. Amiga Developer  o  IRC:   KarmaComa
  27.