home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / powervww / readme.1st < prev    next >
Encoding:
Text File  |  1998-01-05  |  3.5 KB  |  93 lines

  1.  
  2.                 POWER VIEW WINDOWING INTERFACE FOR DOS
  3.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.              POWER VIEW INTEGRATED DEVELOPMENT ENVIRONMENT
  5.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.                               SOURCE CODE
  7.                               ~~~~~~~~~~~
  8.  
  9.                            TABLE OF CONTENTS
  10.                       ---------------------------
  11.                        1. OVERVIEW
  12.                        2. HOW TO BUILD
  13.                        3. DISTRIBUTION
  14.                        4. REGISTRATION
  15.                        5. DISCLAIMER
  16.                        6. CONTACTING THE AUTHOR
  17.                       ---------------------------
  18.  
  19.  
  20. 1. OVERVIEW
  21. ~~~~~~~~~~~
  22. Power View Windowing Interface is a 32-bit DOS4/GW library designed for
  23. 32-bit DOS-hosted applications development. It is 100% Watcom C++
  24. compatible code. Power View is object-oriented, event-driven program.
  25. However, in most cases client program doesn't need to be object-oriented
  26. and/or event-driven. For most of C++ classes defined and used by Power
  27. View there are simple functions to interface with client program. That's
  28. why Power View is quite easy to use and learn.
  29.  
  30. Power View IDE is a DOS-hosted Integrated Development Environment for
  31. Watcom C/C++ compiler. You can use the source code of Power View IDE for
  32. understanding how does Power View Interface work, and to learn using it
  33. for your own applications.
  34.  
  35.  
  36. 2. HOW TO BUILD
  37. ~~~~~~~~~~~~~~~
  38. To build Power View IDE simply go into directory you extracted the
  39. contents of the ZIP archive and run WMAKE utility that comes with the
  40. Watcom C/C++ compiler.
  41.  
  42. NOTE 1: To build Power View IDE you need to extract the ZIP file using
  43. '-d' command line option in order to restore the original directory
  44. structure. If you didn't used this option, please erase extracted
  45. files and re-run PKUNZIP using '-d' option.
  46.  
  47. NOTE 2: Power View Interface is not available as separate library. This
  48. is because help manager needs information for the help topics of the
  49. client program. I could fix this problem, but I have no time for it.
  50.  
  51.  
  52. 3. DISTRIBUTION
  53. ~~~~~~~~~~~~~~~
  54. You can free distribute the Power View and Power View IDE source code,
  55. as long as you don't charge anything for it.
  56.  
  57. Please keep the original ZIP file unchanged. It should contain all the
  58. files listed in the FILELIST.TXT file, with *exactly* the same size and
  59. date/time stamp.
  60.  
  61. Any product you made that uses Power View windowing interface should be
  62. free software. Otherwise, the author's written permision is required.
  63.  
  64.  
  65. 4. REGISTRATION
  66. ~~~~~~~~~~~~~~~
  67. Power View interface and Power View IDE source code is free. But, Power
  68. View IDE itself is shareware.
  69.  
  70. You are not required to register Power View IDE. You can use it for
  71. whatever you want, but if you like it, please register it. Registration
  72. is what keeps my will to support this product. For more information
  73. about how to register Power View IDE, please read the README.1ST file
  74. that's included in PVIDE50.ZIP.
  75.  
  76.  
  77. 5. DISCLAIMER
  78. ~~~~~~~~~~~~~
  79. Usage of Power View windowing interface is at your own risk. Running or
  80. using it is at your own will. Author could not be responsable for any
  81. damage, data loss or anything else that's a result of using the Power
  82. View IDE or any other program that uses Power View windowing interface.
  83.  
  84.  
  85. 6. CONTACTING THE AUTHOR
  86. ~~~~~~~~~~~~~~~~~~~~~~~~
  87. E-mail: zajo@geocities.com
  88. URL:    http://www.geocities.com/SiliconValley/Bay/3577
  89. Voice:  (310) 576-6737 (office, GMT-8)
  90.  
  91.  
  92. <EOF>
  93.