home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4509 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!daffodil!aelle.cs.odu.edu!jdp
  2. From: jdp@aelle.cs.odu.edu (John David Powell)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: TurboPascal: Programming the IBM PC & XT
  5. Summary: TP on older XTs [or old workhorses never die]
  6. Message-ID: <1992Jul22.143204.12554@cs.odu.edu>
  7. Date: 22 Jul 92 14:32:04 GMT
  8. References: <BrrrCw.E4s@news.cso.uiuc.edu>
  9. Sender: news@cs.odu.edu (News File Owner)
  10. Followup-To: right here is fine...
  11. Distribution: na
  12. Organization: Old Dominion University Dept. of CS, Norfolk VA
  13. Lines: 23
  14. Nntp-Posting-Host: aelle.cs.odu.edu
  15.  
  16. In article <BrrrCw.E4s@news.cso.uiuc.edu> amead@s.psych.uiuc.edu (Alan Mead) writes:
  17. >I have to make a program work on some older IBM computers (PCs and XTs).
  18. >
  19. >Are there any capabilities that Turbo Pascal will loose on those early
  20. >machines?  Like sound, delay, GetTime, etc?  Thanks.
  21. >
  22. >-alan
  23.  
  24.     I've run TP 5.5 [IDE] on 8088 and 8086 machines in the past, and
  25. didn't notice anything was missing or non-functional that was supposed to 
  26. be (You wouldn't expect XMS usage on an original Tandy 1000, even if 
  27. it is maxed to 640K with a Zuckerboard).  Some recent database applications
  28. utilizing TurboPower's toolkits cause one of the older platforms to choke, 
  29. but that's because it hits the RAM ceiling at 256K.  And there are no plans
  30. to rewrite the app with overlays so it can run on the museum piece.
  31.  
  32.     Most older XTs I've seen come with CGA, so any app rewritten for this
  33. class PC employing graphics should probably recognize our old buddy CGA.  
  34. Care has to be exercised if porting a database program, let's say, to a 
  35. hard-diskless box.  Those darn floppies are so darn restricting when it
  36. comes to data storage!
  37.  
  38.     
  39.