home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / apps / 9219 < prev    next >
Encoding:
Text File  |  1992-12-11  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!miki.lcs.mit.edu!nate
  3. From: nate@miki.lcs.mit.edu (Nathan Liskov)
  4. Subject: Re: Borland Pascal 7.0
  5. Message-ID: <1992Dec11.184910.19896@mintaka.lcs.mit.edu>
  6. Sender: news@mintaka.lcs.mit.edu
  7. Organization: MIT Laboratory for Computer Science
  8. References: <27799@dog.ee.lbl.gov>
  9. Date: Fri, 11 Dec 1992 18:49:10 GMT
  10. Lines: 27
  11.  
  12. In article <27799@dog.ee.lbl.gov> rob@cad4.lbl.gov (Robert J. McNamara) writes:
  13. >
  14. >I seem to remember reading in one of the OS/2 groups that you can
  15. >produce OS/2 1.x binaries with borland pascal 7.0...16-bit executables.
  16. >Is this true? If so, whats the process?
  17. >thanks...
  18. >
  19. >+-=-=-=-=-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
  20. >     Rob McNamara - rob@cad4.lbl.gov  - LBL EE CAD/CAE software support
  21. >                       Register & Vote Green!
  22.  
  23. Borland BP7 provides a protected mode compiler based on the DPMI 0.9
  24. specification.  It may be that OS/2 1.x binaries are also compatible
  25. with the DPMI standard.  However, BP7 code will definitely not run
  26. in an OS2 window under OS/2 2.0.  It is not an OS2 compiler. 
  27.  
  28. Protected code generated with BP7 will run in a DOS window under 
  29. OS2 2.0.  Under real DOS, Borland provides a run time manager to 
  30. execute the protected mode program - I have not tried this yet.
  31.  
  32. The advantage of the protected mode compiler is that one can break
  33. the 640 K barrier.  However, there still is a 64 k restriction on
  34. a given variable.
  35.  
  36. Happy computing... Nate Liskov
  37.  
  38.  
  39.