home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / os2 / zfrms100.zip / READ.ME < prev    next >
Text File  |  1993-05-24  |  6KB  |  150 lines

  1. Z-Forms Screen Management Package 05/25/93
  2.  
  3. Copyright (c) 1993, Z-Space.  All rights reserved.
  4.  
  5. ===============================================================
  6.                           N O T I C E
  7. ===============================================================
  8. This IS a shareware package, and does require a registration 
  9. fee if you choose to continue using it after 30 days.  The 
  10. registration fee is currently $35 US.
  11. ===============================================================
  12.  
  13. Z-Space is pleased to announce the release of Z-Forms, a 
  14. powerful, flexible, easy to use screen management package.  
  15. Zforms is a powerful tool that assists programmers in        
  16. producing applications with a fast, text-mode, windowed        
  17. user interface.  The package features built-in        
  18. windowing, menuing, dialog boxes, and data input support.        
  19.  
  20. Zforms is intended to be easy to use, utilizing a minimal set 
  21. of function calls.  However, ease-of-use is not achieved at the 
  22. expense of flexibility and power.  Zforms allows the programmer 
  23. to configure every parameter that effects the way the program 
  24. screen looks, and contains many built-in features to handle a 
  25. wide variety of user-interface tasks.
  26.  
  27. Z-Forms supports a wide range of compilers and platforms, 
  28. including:
  29. 16-bit OS/2 and DOS (Microsoft C 6.0 -including bound programs)
  30. 16-bit DOS (Borland C/C++ 2.0 and 3.0)
  31. 32-bit OS/2 (IBM C/Set)
  32. 32-bit OS/2 (Borland C++ for OS/2)
  33.  
  34.  
  35.  
  36. COMPILER NOTES
  37. ==============
  38. Z-Forms supports four compilers at this time.  Please read the 
  39. section that applies to your compiler for any helpful hints.
  40.  
  41. Microsoft C 6.0
  42. The libraries in MSC600.ZIP are for this compiler.  ZFORMS.LIB 
  43. can be used to create 16-bit OS/2 and bound programs.  You can 
  44. also build DOS-only programs by linking with ZFORMS.LIB and 
  45. ZFDOS.LIB.  If you bind, be sure to include the 
  46.     /N VIOGETBUF VIOSHOWBUF
  47. bind option.  These are not family functions, and are not used 
  48. in real mode (DOS).
  49. These libraries shuld also work with C/C++ V7.0.
  50.  
  51. IBM C/Set
  52. The libraries in CSET are for this compiler.  The libraries are 
  53. 32-bit, with the thunking to the 16-bit VIO calls handled by 
  54. the compiler.  We have heard of people having trouble calling 
  55. the VIO functions, but it worked fine for us.  Simply link with 
  56. ZFORMS.LIB.
  57.  
  58. Borland C/C++ for OS/2
  59. The libraries in BCOS2 are for this compiler.  We have had some 
  60. difficulty with what appears to be a bug in the compiler's code 
  61. generator.  The problem occurs especially with dialog boxes and 
  62. picklists.  If you have trouble using Z-Forms, please contact 
  63. us and we will try to resolve it.
  64.  
  65. Borland C/C++ 2.0/3.0
  66. The libraries in BORLANDC.ZIP are for this compiler.  
  67. ZFORMS.LIB and ZFDOS.LIB can be used to create 16-bit DOS 
  68. programs.  The libraries were built using C/C++ 2.0.
  69.  
  70.  
  71. COMPILING THE SAMPLE CODE
  72. =========================
  73. There are two sample programs included with Z-Forms.  ZFORMS.C 
  74. is a sample of the various user-interface types Z-Forms 
  75. supports.  To build ZFORMS.EXE, simplty compile ZFORMS.C and 
  76. link with the correct library for your compiler (see above).  
  77. KEYMAP.C is a utility which displays the Z-Forms key code for 
  78. any keypress.  Simply compile KEYMAP.C and again link with the 
  79. correct libraries.
  80.  
  81. KNOWN BUGS AND STUFF
  82. ====================
  83. This is release 1.0.  There are no known bugs at this time, 
  84. except for the problems with the Borland C/C++ for OS/2 
  85. compiler.
  86.  
  87.  
  88. FEATURES IN DEVELOPMENT
  89. =======================
  90. Obviously, mouse support is first on the list.  We intend to 
  91. add mouse support as transparently as possible, so that only a 
  92. re-link will be necessary.  Look for this to be completed in 
  93. the next few months (sooner, if time permits).
  94.  
  95. The Borland C/C++ for OS/2 problem still needs to be resolved.  
  96. We will continue to investigate, and will release a new 
  97. revision to fix this as soon as possible.
  98.  
  99. There is an alpha-level screen editor being used internally 
  100. (some of the screens in the sample code were generated with 
  101. it).  There is still alot of work to do, but if there is enough 
  102. interest, we will complete it for general release.  If you 
  103. could use this tool, please let us know.
  104.  
  105. We are willing to add other options that are of interest to the 
  106. OS/2 and DOS community.  If you have any suggestions, please 
  107. contact us.
  108.  
  109.  
  110. RELEASE HISTORY
  111. ===============
  112. V1.0
  113. First public release, 05/24/93
  114.  
  115. V0.9
  116. Initial development for several internal projects, 07/01/92
  117.  
  118.  
  119. CONTACTING THE AUTHORS
  120. ======================
  121.  
  122. Authors:  John and Laura Lathem, Z-Space
  123.  
  124. You may contact either us in a  number of ways.  We welcome 
  125. your comments on how we may make Z-Forms a better, more useful 
  126. product.  Unfortunately, we can't provide a phone number at 
  127. this time.
  128.  
  129. US Mail:        Z-Space (John Lathem)
  130.                 4278 W. 223rd Street
  131.                 Cleveland, Ohio 44126
  132.  
  133. Fax:            (216) 734-1836 (ZSpace - John Lathem)
  134.  
  135. Fido netmail:   1:157/200 to "John Lathem"
  136.  
  137. Fido Echomail:  Echomail messages are discouraged, although we
  138.                 monitor OS2PROG and will respond to questions
  139.                 of interest to the general OS/2 programming
  140.                 community (that depends on how successful
  141.                 Z-Forms becomes!).
  142.  
  143. Direct BBS:     You can leave a message to  either of us on the
  144.                 PC-Ohio BBS (216) 381-3320.  This is Fidonet
  145.                 system 1:157/200 and Fidonet Netmail can be
  146.                 sent to this address.
  147.  
  148. Internet mail:  john.lathem@pcohio.com
  149.  
  150.