home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / TPDESQ10 / TPDESQ.DOC < prev    next >
Text File  |  1991-03-05  |  3KB  |  85 lines

  1. *******************************************************************************
  2. *                                   tpDESQ                                    *
  3. * DESQview interface unit for Turbo-Pascal, Loewy Ron, 1991. Ver 1.0          *
  4. * Last Update : Mar. 03, 1991.                                                *
  5. *******************************************************************************
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11.   tpDESQ is a Turbo-Pascal unit implemantation written for TP6.0, 
  12.  (I think it will work with TP5.0, and TP5.5 as well, but I never tried),
  13.  to the DESQview API basic functions that allow the running program to
  14.  feagure out if DESQview is active, what the virtual text buffer is, and
  15.  allows a program to run in a DESQview window. (not just as a full screen
  16.  application after you Zoom the window).
  17.  
  18.   The shareware and public-domain products I released, that use this unit
  19.  include TXS11, and APP14.
  20.  
  21. Technical Documantation
  22. -----------------------
  23.  
  24.   I will give no technical documantation but the supplied code. Please refer
  25.  to your DESQview manual (last appendix with my V2.25 release).
  26.  
  27. Warranty
  28. --------
  29.  
  30.   There is no warranty what so ever, The unit and docs. are supplied as is,
  31.  The author (Loewy Ron), is not, and will not be responsible for any damages,
  32.  lost profits, or inconveniences caused by the use, or inability to
  33.  use this unit. The use of the unit is at your own risk. By using the unit
  34.  you agree to this.
  35.  
  36. General
  37. -------
  38.  
  39.   tpDESQ is copyrighted by myself, (c) Loewy Ron, 1991. I release
  40.  the source, and it can be used for commercial and non-commercial programs,
  41.  The only restriction is that I should be a registered user of any commercial
  42.  product that uses this library, and would be given credit for tpDESQ.
  43.  
  44.   No one but myself, (if I will) is allowed to charge money for tpDESQ, 
  45.  except then minimal distribution fees.
  46.  
  47.  
  48. What tpDESQ lacks
  49. -----------------
  50.  
  51.   tpDESQ does not contain the entire DESQview API, but only the most basic
  52.  tools needed to create Turbo-Pascal DESQview aware applications.
  53.  
  54. Contact
  55. -------
  56.  
  57.   You can contact me on what-ever you want to at my address at :
  58.  
  59.         Loewy Ron,
  60.         9 Haneveem st.
  61.         Herzeliya, 46465
  62.         ISRAEL.
  63.  
  64.   Other programming units available from me include :
  65.  
  66.   mouseLib3 - an event driven mouse unit library.
  67.   kbdHdr    - keyboard definition unit.
  68.  
  69.   Other public-domain, freeware and shareware programs by the same author
  70.  include :
  71.  
  72.   JM100         : Jumpin' math - a popup scientific calculator.
  73.   TXS11         : TeXt Search program.
  74.   3D100         : WWToolKit 3D demo applocation.
  75.   WWToolKit     : OOPS GUI Turbo-Pascal library. (with Ishai Ben-Aroya).
  76.   MONITOR       : Popup memory monitor.
  77.   APP14         : Application Programable Pilot - menu system.
  78.  
  79. Credits
  80. -------
  81.  
  82.   Turbo-Pascal is a copyright of Borland International. 
  83.  
  84.   DESQview is a copyright of Quarterdeck Office Systems.
  85.