home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6565 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  2.7 KB

  1. Path: sparky!uunet!know!mips2!news.bbn.com!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!decwrl!borland.com!chard
  2. From: chard@borland.com (Richard Nelson)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: A bit about BP7
  5. Summary: BP7 Windows stuff
  6. Message-ID: <1992Nov13.185559.2269@borland.com>
  7. Date: 13 Nov 92 18:55:59 GMT
  8. References: <1992Nov9.133118.12708@ncsu.edu> <1992Nov11.012258.27466@borland.com> <1992Nov12.113333.1@research.ptt.nl>
  9. Sender: news@borland.com (News Admin)
  10. Organization: Borland International
  11. Lines: 42
  12. Originator: chard@genghis.borland.com
  13.  
  14. >The question is as follows:
  15. >I have TPW 1.5, with Application Frameworks. Will BP7 give me the
  16. >same tools for windows programming (debugger, AF, etc) or have these
  17. >tools been improved? In other words: Why Should I Upgrade, given that
  18. >I do windows programming from within windows?
  19.  
  20. Sure.  There are some significant improvements in the Windows area.
  21. First, I'll just say that BP 7.0 includes upgraded versions of all the
  22. same tools that are in TPW 1.5, including a new IDE (BPW.EXE),
  23. debugger, Resource Workshop, etc.  There are also a few more tools,
  24. including a profiler for Windows, a very nice utility called WinSight
  25. that sort of peeks at all the messages running around in Windows, and
  26. WinSpector, a post-mortem debuging aid that helps track down UAEs.
  27.  
  28. Second, there are some real enhancements to the tools.  The most
  29. notable addition to the development environment is the browser, which
  30. can display your object hierarchy, variables, etc., and help you
  31. navigate through your source code.  [The DOS environment has one of
  32. these, also.]  The SpeedBar has also been improved.
  33.  
  34. Third, there are additions to ObjectWindows.  The most important ones
  35. are objects for handling printing and data validation.  The data
  36. validators are identical to those used by Turbo Vision.  There are a
  37. few more little tweaks to ObjectWindows, and much improved
  38. documentation.
  39.  
  40. I think that covers the highlights of the Windows portions of BP 7.  I
  41. suppose I should also mention one other point, which is that the
  42. DOS-hosted IDE can produce Windows apps, so you don't HAVE to be in
  43. Windows to work on Windows code.
  44.  
  45. And one last note:  BP can also produce DLLs that run in DOS protected
  46. mode that can be shared with Windows apps.  So you can put code that
  47. isn't platform-specific into shared libraries and then use it from
  48. either DOS or Windows apps.
  49.  
  50. Hope this sheds some light for you.
  51. -- 
  52. =========================================================================
  53.  Richard Nelson, Borland Int'l | chard@borland.com | Go Bears! Grrr-rah!
  54.   Had this been Borland's opinion, I would have written it in a manual.
  55.   "We're wanted men, we'll strike again, but first let's have a beer."
  56.