home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6512 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.6 KB  |  62 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!news.uta.edu!utafll.uta.edu!john
  3. From: john@utafll.uta.edu (John Baima)
  4. Subject: TP 7.0 with Objects
  5. Message-ID: <JOHN.92Nov11211525@utafll.utafll.uta.edu>
  6. Sender: news@utagraph.uta.edu (USENET News System)
  7. Nntp-Posting-Host: utafll.uta.edu
  8. Organization: Silver Mountain Software
  9. Distribution: comp
  10. Date: Thu, 12 Nov 1992 03:15:25 GMT
  11. Lines: 49
  12.  
  13. Well, TP 7.0 with objects landed on my doorstep today with a thud. A
  14. 12 pound, 28 MB thud. There certainly is a massive amount here.
  15.  
  16. The Real mode DOS compiler seems to be almost exactly the same as 6.0.
  17. The Protected mode compiler is new. This produces "family" mode
  18. binaries that can be run under the included (and freely distributable)
  19. DOS extender or as an OS/2 1.x binary (which of course works under 2.0
  20. as well).
  21.  
  22. The Windows compiler does not seem much different than TPW 1.5.
  23.  
  24. The IDE's are different. Either the DOS or WIndows IDE can be used to
  25. edit and compile any of the three types of programs (Real, Protected,
  26. or Windows). Since I like the Windows IDE much more than the DOS IDE,
  27. I will almost always use the Windows IDE, even when working on a DOS
  28. program. 
  29.  
  30. The DOS compilers now have an ASCIIZ unit like Windows.  There is also
  31. a WinAPI unit for the DOS compilers that emulates the Windows API for
  32. memory managment functions. The major effort seems to be in merging
  33. the core API and adding the protected mode support. The interface APIs
  34. (Turbo Vision and Object Windows) are still quite different. The new
  35. compilers should make life easier for folks wanting to share code
  36. between DOS and Windows (and maybe later OS/2 2.0 PM :-) :-).
  37.  
  38. This is definitely a "professional" package. Lots and lots of goodies
  39. for people who live, eat and breath Pascal. For the casual user or
  40. novice, it would be overwhelming. I think it's wonderful :-)
  41.  
  42. They did not fix my TDW bug. When I use TDW with my ATI Vantage (8514
  43. clone), if I ever use a menu with grayed items it leads to a GPF. I
  44. called Borland once about this and the guy had to cold boot his
  45. machine three times, but he still did not believe me. I debug with a
  46. dual monitor setup. The interesting thing is that TDW barfs when *any*
  47. menu in any program has a grayed element, not just a grayed element in
  48. my program. All well, I've learned to live with it.
  49.  
  50. I would like to hear if TP 7.0 and the new TDW can be used under OS/2
  51. 2.0 with dual monitors. I never could get TPW & TDW to work well and
  52. that is the primary reason I don't use OS/2 today.
  53.  
  54. --
  55. John Baima
  56. Silver Mountain Software   1029 Tanglewood, Cedar Hill, TX 75104
  57. john@ling.uta.edu          Voice/Fax (214) 293-2920
  58.  
  59.  
  60.  
  61.  
  62.