home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / wxwin140 / docs / readme.txt < prev    next >
Encoding:
Text File  |  1993-04-17  |  3.5 KB  |  100 lines

  1.  
  2. *****                  Announcing wxWindows 1.40                  *****
  3. ***** A Free C++ GUI toolkit for Motif, Open Look and Windows 3.1 *****
  4.  
  5. >>> wxWindows is a toolkit for developing Windows 3 and
  6.     X applications from the same body of C++ code.
  7.  
  8. Since the source is provided, wxWindows allows the programmer to add
  9. features as needed. For many programmers, however, wxWindows should be
  10. adequate for a range of applications.
  11.  
  12. >>> Uses include:
  13.  
  14. * development of applications for delivery on both X and Windows
  15. * development on one platform for delivery on another
  16. * single-platform development, as a high-level wrapper around XView,
  17.   Motif or Windows
  18.  
  19. >>> Included in this third release:
  20.  
  21. * Simple-to-use, object-oriented API
  22. * Graphics calls include splines, polylines, rounded rectangles, etc.
  23. * XView-style programmatic panel/dialog item layout
  24. * Support for menu bars and status lines
  25. * Pens, brushes, fonts, icons, cursors
  26. * Easy, object-oriented interprocess comms (DDE subset) under
  27.   Windows 3 *and* UNIX
  28. * Encapsulated PostScript generation under UNIX, Windows 3 printing on PC
  29. * Virtually automatic MDI support under Windows
  30. * Support for Windows 3 printer and file selector common dialogs, with
  31.   equivalents for UNIX
  32. * Under Windows 3, support for copying metafiles to the clipboard
  33. * Programmatic form facility for building form-like screens fast,
  34.   with constraints on values
  35. * wxHelp hypertext help system, accessible from applications
  36. * All source
  37. * Several examples, including an object graphics library
  38. * Comprehensive reference manual, with reference in wxHelp form
  39.  
  40. >>> Requirements:
  41.  
  42. * On PC, Microsoft C/C++ 7 or Borland C++ 3.1 (sorry, no Borland makefiles yet)
  43. * On UNIX, XView 3.1 or Motif 1.1 and GCC/G++ (or compatible compiler, such as
  44.   AT&T C++)
  45.  
  46. >>> Where to get it
  47.  
  48. wxWindows is currently available from the Artificial Intelligence
  49. Applications Institute by anonymous FTP.
  50.  
  51. FTP to skye.aiai.ed.ac.uk, log on as `anonymous', and give your user
  52. ID as password. Change directory into pub/wxwin, change transmission
  53. method to binary, and get wxwin130.tar.Z (UNIX) and/or wxwin130.zip
  54. (PC).  Both archives contain the source code for both platforms, but
  55. only the executable demos for the specific platform (UNIX and Windows
  56. respectively). The demos are available separately as demo.tar.Z (or
  57. wxwindem.tar.Z) and demo.zip (or wxwindem.zip).
  58.  
  59. wxWindows is expected to be uploaded to the CICA Windows 3 archive at
  60. Indiana University (ftp.cica.indiana.edu), and the British HENSA public
  61. domain software archive (pdsoft.lancs.ac.uk).
  62.  
  63. >>> Installation
  64.  
  65. See install.txt.
  66.  
  67. >>> Bugs, etc.
  68.  
  69. wxWindows, like most other software, has the occasional buglet. I
  70. would be grateful for bug reports (even better, fixes) though I can't
  71. guarantee to do anything about them. Future releases of wxWindows are
  72. likely to be more stable and more complete.  Meanwhile, do send me your
  73. enhancements, and I will try to incorporate them in future releases.
  74. Here are some ideas for contributions:
  75.  
  76. * better bitmap support
  77. * more widgets
  78. * more Xlib wrappers
  79. * an enhanced text subwindow for Windows
  80. * an Xt-like constraint algorithm for laying out widgets
  81. * conversion utilities from DevGuide and Windows resource scripts to
  82.   wxWindows code
  83.  
  84. >>> In the pipeline
  85.  
  86. * A Windows NT version
  87.  
  88. ------------------------------------------------------------------
  89. Julian Smart, April 1993
  90.  
  91. Artificial Intelligence Applications Institute
  92. University of Edinburgh
  93. 80 South Bridge
  94. Edinburgh
  95. Scotland
  96. EH1 1HN
  97.  
  98. EMAIL: J.Smart@ed.ac.uk
  99. TEL:   031 650 2746
  100.