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

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!news.uta.edu!utafll.uta.edu!john
  3. From: john@utafll.uta.edu (John Baima)
  4. Subject: More impressions of *Borland* Pascal 7.0
  5. Message-ID: <JOHN.92Nov13085439@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: Fri, 13 Nov 1992 14:54:39 GMT
  11. Lines: 40
  12.  
  13. A few more notes on *Borland* Pascal.
  14.  
  15. Borland split the WObjects unit into smaller ones. I'm sure this will
  16. be good for the long term, but it is a pain to change umpteen units.
  17. That's a negative. Read the READ.ME file!
  18.  
  19. The ObjectBrowser and related items (Views for Objects, Units,
  20. Globals, Symbols) is stupendous. Really, it is worth the update if you
  21. have medium to largish programs. I have a few programs in the 10's of
  22. thousands of lines and these utilities will make life much easier. I
  23. learned object oriented programming by learning Smalltalk 80 almost 4
  24. years ago. I had always longed for the Smalltalk 80 integrated
  25. environment tools when programming in Pascal. No more. The BP Windows
  26. IDE is really first class. You must see it to understand how nice it
  27. is. One minor caveat is that I'd like more control over the fonts used
  28. in the browser dialog boxes. On my screen, the fonts are too small.
  29.  
  30. If you have wanted to add a Toolbar to your apps, a nice Toolbar Unit
  31. is included as a sample app. Nice.
  32.  
  33. In order to use the Toolbar, you really need to use Resource Scripts
  34. (RC files) rather than the compiled RES files. I wondered what would
  35. happen if I included a resource with $R TOOL.RC rather than $R
  36. TOOL.RES. I got a GPF. Not recommended :-(
  37.  
  38. All in all, I think (after only a couple of days) that Borland Pascal
  39. is a wonderful product for professionals or people who do a lot of
  40. Pascal programming, especially OOP.
  41.  
  42. Let's have an OS/2 version now, PLEASE!! :-)
  43.  
  44.  
  45. --
  46. John Baima
  47. Silver Mountain Software   1029 Tanglewood, Cedar Hill, TX 75104
  48. john@ling.uta.edu          Voice/Fax (214) 293-2920
  49.  
  50.  
  51.  
  52.  
  53.