home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / msdos / programm / 3280 < prev    next >
Encoding:
Text File  |  1993-01-28  |  987 b   |  20 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!batcomputer!rpi!uwm.edu!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!news.uni-ulm.de!news
  3. From: S_KRANAWET@rzmain.rz.uni-ulm.de (Kranawetter Marco)
  4. Subject: DPMI with Borland Padscal 7
  5. Message-ID: <1993Jan28.131941.8661@wega.rz.uni-ulm.de>
  6. Sender: news@wega.rz.uni-ulm.de (News Net)
  7. Organization: University of Ulm, Germany
  8. Date: Thu, 28 Jan 1993 13:19:41 GMT
  9. X-News-Reader: VMS NEWS 1.25beta
  10. Lines: 8
  11.  
  12. hello ! i've got great troubles with converting a turbo pascal 6 program to
  13. a dpmi-program ! i make use of direct adresses (PORT[...]). in tp6 is
  14. everything correct, but as dpmi-program, i always get protection faults
  15. (runtime error 216).
  16. The problem: i want to know, how i can get a selector to the real mode
  17. segment $0000. how can i define correct selectors ? or is it in the
  18. protected mode not allowed to read and write then segment $0000 ?
  19.             thanx !
  20.