home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5241 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  645 b 

  1. Path: sparky!uunet!spool.mu.edu!agate!rsoft!mindlink!a4193
  2. From: Janusz_Ziemianski@mindlink.bc.ca (Janusz Ziemianski)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: can't get EXEC to work
  5. Message-ID: <14943@mindlink.bc.ca>
  6. Date: 8 Sep 92 17:43:59 GMT
  7. Organization: MIND LINK! - British Columbia, Canada
  8. Distribution: world
  9. Lines: 9
  10.  
  11. I have version 5.5 of Turbo Pascal.  The docs say that the exec command should
  12. have a "SwapVectors" before and after it to prevent interrupt handlers from
  13. mucking with Turbo Pascal's interrupt vectors:
  14.  
  15.    swapvectors;
  16.    exec(whatever);
  17.    swapvectors;
  18.  
  19. I haven't used Turbo 6 but it may have the same requirements.
  20.