home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4546 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1018 b   |  26 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!news.cs.indiana.edu!nstn.ns.ca!cs.dal.ca!ug.cs.dal.ca!donaldc
  3. From: donaldc@ug.cs.dal.ca (Donald Chisholm)
  4. Subject: Overlay question
  5. Message-ID: <BrwBqp.ELD@cs.dal.ca>
  6. Sender: usenet@cs.dal.ca (USENET News)
  7. Nntp-Posting-Host: ug.cs.dal.ca
  8. Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada
  9. Date: Fri, 24 Jul 1992 13:49:36 GMT
  10. Lines: 14
  11.  
  12.     I have a overlay question for anyone out there who is familar
  13. with Turbo Pascal 6.0.
  14.     What I'd like to know is if I have a small unit that calls a huge
  15. unit (both overlayed) will the overlay manager handle the reloading of
  16. the smaller unit if it got over written by the larger one?
  17.     What happens to the global variables they share?  Will the smaller
  18. unit be able to access any changes made to global variables while it was
  19. swaped out? Is there anything I should be careful of when doing this sort
  20. of overlayed unit calling another overlayed unit?
  21.  
  22. Any help would be great,
  23.  
  24. Don
  25.  
  26.