home *** CD-ROM | disk | FTP | other *** search
/ Multimedia & CD-ROM 4 / mmcd04-julaug1995-cd.iso / applicat / educate / windev / readme.txt < prev    next >
Text File  |  1993-09-07  |  3KB  |  70 lines

  1.  
  2.                        W I N D E V (TM)
  3.  
  4.                     Copyright ⌐, 1992-3
  5.                     ALL RIGHTS RESERVED
  6.  
  7.                     Helios Software Solutions
  8.                     Carr Brook House
  9.                     Chorley Old Road
  10.                     Brindle
  11.                     CHORLEY  PR6 7QZ
  12.                     England
  13.  
  14.                     Tel/Fax: +44 (0772) 324353
  15.                     CompuServe Mail: 100041,235
  16.  
  17.                        (README.TXT)
  18.  
  19.  
  20. Welcome to Windows Developer
  21.  
  22.     Release 1.561 fixes some bugs and adds some keystroke compatibility
  23.     features.  The NT edition has been rebuilt using the final release.
  24.     See CHANGES.TXT for more information on this update, and FEATURES.WRI
  25.     for a full list of features.
  26.  
  27.     Windev is a "shareware program" and is provided at no charge to the
  28.     user for evaluation.  If you find that you are using Windev and
  29.     continue to use it after a reasonable trial period, you must make a
  30.     registration payment.  See LICENSE.TXT for restrictions of use.
  31.  
  32.     If you're one of the many satisfied users of Windev who snap up new
  33.     releases as soon as they appear, but have yet to register, it couldn't
  34.     be easier using CompuServe's online registration service.  Click "Help"
  35.     in Windev's startup dialog for details of this service, and other
  36.     methods of payment.
  37.  
  38.     Helios Software Solutions is an approved vendor and associate member
  39.     of the Association of Shareware Professionals (ASP), so you can rest
  40.     assured that Windev is a high quality product.
  41.  
  42. Installation
  43.  
  44.    See the following files for operating specific installation
  45.    instructions:
  46.  
  47.        INSTW31.TXT - For MS Windows 3.1
  48.        INSTNT.TXT  - For MS Windows NT
  49.  
  50. Common Problems:
  51.  
  52.     1) If you obtained Windev in zipped form you must unzip it using
  53.        the option to create directories (pkunzip -d).
  54.  
  55.     2) If you have CTL3D.DLL or CTL3D32.DLL in your Windows system
  56.        directory, make sure it is not older than the version supplied
  57.        with the corresponding edition of Windev.
  58.  
  59. Tips:
  60.  
  61.     1) The File Open dialog allows you to open multiple files at once.
  62.        You just use Ctrl or Shift in conjunction with the left mouse
  63.        button to select all the files to open.
  64.  
  65.     2) Dialogs that accept multiple file names, such as File Open,
  66.        Manage Files and Extract Strings, can take a directory name as
  67.        the first name in the list.  All subsequent names are then assumed
  68.        to be files in that directory.  eg: "c:\windev *.txt *.ini"
  69.        is the same as "c:\windev\*.txt c:\windev\*.ini"
  70.