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