home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7570 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.4 KB  |  62 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!pf@bilbo.bio.purdue.edu
  3. From: pf@bilbo.bio.purdue.edu (Paul Furbacher)
  4. Subject: Re: winsys and OWL
  5. Message-ID: <BzHBnr.GGJ@mentor.cc.purdue.edu>
  6. Sender: news@mentor.cc.purdue.edu (USENET News)
  7. Organization: Purdue University
  8. References: <1992Dec18.181037.7820@rose.com>
  9. Distribution: comp.lang.pascal
  10. Date: Fri, 18 Dec 1992 23:52:38 GMT
  11. Lines: 49
  12.  
  13. In article <1992Dec18.181037.7820@rose.com>, 
  14.    gyl.midroni@rose.com (gyl midroni) writes:
  15.  
  16. > My understanding was that OPro from TurboPower, and Turbo Vision from 
  17. > Borland were largely incompatible (not impossible, but totally 
  18. > different application frameworks)
  19.  
  20. The incompatibilities between OPRO/Pascal and TV rest with 
  21. the two interfaces.  There are other aspects of OPRO 
  22. which have nothing to do with the interface, and these
  23. are not likely to conflict with TV. The last part of 
  24. Volume 2 is dedicated to Data objects -- stacks, queues,
  25. single- and double-linked and circular lists, bitsets, string,
  26. stream and array objects.   
  27.  
  28. Volume 3 is entitled "TSRs and More", which gives 
  29. you the idea that there's a lot more to OPRO than 
  30. just interface objects: string handling routines, 
  31. DOS/BIOS calls, interrupts and TSRs, memory allocation,
  32. macros, app cloning, BCD reals, assorted in-line
  33. macros and an in-memory sort routine.
  34.  
  35. Out of three volumes, 1600+ pages of minute 
  36. typeface documentation, nearly half
  37. is related to non-interface specific objects and routines.
  38. I don't use any of the package in my TV programs, 
  39. but I found the source code a good tutorial in 
  40. object oriented programming when I was
  41. just learning.
  42.  
  43. Whether it is worth buying OPRO for its "other" 
  44. functional half is a toss up.  OPRO/C++ has 
  45. much less, if any, of this "other" functional half.  
  46.  
  47. As to the second half of Midroni's article wondering 
  48. about WINSYS, I have no experience with TurboPower's 
  49. Windows related products.  Give them a call on their
  50. 800 number (they have one don't they?) and talk to
  51. them.  You're likely to speak with someone who has
  52. intimate knowledge of the product -- like the programmers,
  53. or the president -- from what I hear.  Be prepared, 
  54. be methodical, and write down all your questions 
  55. in advance, so you don't forget anything.  They might 
  56. even have an XX-day money back return policy so you
  57. can test drive the toolbox.  How can you lose?
  58.  
  59. PF
  60.  
  61.  
  62.