home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 September / CICA_Shareware_for_Windows_Walnut_Creek_September_1994.iso / win3 / desktop / oberv4nt.exe / README.TXT < prev    next >
Text File  |  1993-12-21  |  7KB  |  205 lines

  1.  
  2.  
  3.                               Oberon for Windows
  4.  
  5.                                    V4.0-1.0
  6.  
  7.                             (c) 1993 by ETH Zurich
  8.  
  9.  
  10.  
  11.  
  12.  
  13. INTRODUCTION
  14.  
  15.     Oberon for Windows is an implementation of Oberon for Microsoft
  16.     Windows NT and Microsoft Windows 3.1. This is release 1.0 of the
  17.     ETH Oberon System Version 4.0.
  18.  
  19.     Oberon Version 4.0 is a new release that replaces Version 2.2.
  20.     The main difference between V2.2 and V4.0 is the replacement
  21.     of TextFrames by WriteFrames and Edit by Write. A more precise des-
  22.     cription of the differences between V2.2 and V4.0 can be found
  23.     in the text "OberonV4.Text".
  24.  
  25.     When running under Microsoft Windows 3.1, the operating system
  26.     extension Win32s is required. If Win32s Version 1.1 is not available,
  27.     it can be downloaded in a compressed form from neptune.inf.ethz.ch
  28.     (129.132.101.33), directory ~ftp/Oberon/Windows.
  29.  
  30.     Microsofts Win32s is an operating system extension to Windows 3.1
  31.     that allows Windows 3.1 to run programs written for Windows NT. It
  32.     basically translates 32-bit calls to the Windows NT API into calls
  33.     to the 16-bit Windows 3.1 API.
  34.  
  35.  
  36. SYSTEM REQUIREMENTS
  37.  
  38.     Hardware:
  39.     - An IBM Computer or Compatible running Microsoft Windows NT or 
  40.       Microsoft Windows 3.1 in enhanced mode.
  41.     - A 386, 486 or Pentium processor.
  42.     - 4MB of extended memory (absolute minimum).
  43.     - 5 MB of hard disk space.
  44.     - preferably a screen with resolution of 1024 by 768 pixels
  45.       (although smaller size screens will work, too).
  46.     - preferably a three button mouse (and a mouse driver that
  47.       supports all three mouse buttons).
  48.     
  49.     Software:
  50.     - Microsoft Windows NT or Microsoft Windows 3.1
  51.     - If running under Microsoft Windows 3.1, the operating system
  52.       extension Win32s is required.
  53.  
  54.  
  55.  
  56. CONTENTS
  57.  
  58.     This disk contains the following files:
  59.  
  60.     README.TXT    this file
  61.     SYSTEM.EXE    compressed, self-extracting archive containing
  62.                   the Oberon System for both, Windows 3.1 and
  63.                   Windows NT
  64.  
  65.  
  66. INSTALLATION
  67.  
  68. 1.  If you intend to run Oberon under Windows 3.1, install Win32s
  69.     first (see instructions below).
  70.  
  71. 2.  Create a new directory, e.g. C:\OBERON. This newly created directory
  72.     will be called "Oberon directory" for the rest of this document.
  73.  
  74. 3.  Copy the file SYSTEM.EXE to the Oberon directory.
  75.  
  76. 4.  Run SYSTEM.EXE. The Oberon files will be extracted and uncompressed.
  77.  
  78. 5.  In order to work properly, the Oberon directory must be defined in an
  79.     environment variable "OBERONDIRS". If your Oberon directory is 
  80.     C:\OBERON, you should define
  81.  
  82.          SET OBERONDIRS=C:\OBERON;C:\OBERON\FONTS
  83.  
  84.     You should include this line in your AUTOEXEC.BAT file when you run
  85.     Windows 3.1. If you run Windows NT, the environment variable can be
  86.     set using the System option in the Control Panel.
  87.  
  88. 6.  If you use SHARE, set the command line parameters to the following
  89.     values:
  90.  
  91.          SHARE /F:16348 /L:255
  92.  
  93.     (SAHRE is normally called from the AUTOEXEC.BAT file.)
  94.     If any troubles occur with share, increase the value of the /F
  95.     option. If this does not help, remove SHARE from AUTOEXEC.BAT.
  96.  
  97. 7.  Reboot the machine.
  98.     
  99.  
  100.  
  101.  
  102. INSTALLATION OF WIN32S
  103.  
  104.     (Win32s is only needed when you intend to run Oberon under Windows 3.1)
  105.  
  106.     If you do not have Win32s Version 1.1 or a newer version, you need to
  107.     install it.
  108.  
  109. 1.  Start Windows.
  110.  
  111. 2.  In the File Manager Window, display the files on the Win32s floppy,
  112.     then double-click on SETUP.EXE to run the Setup program.
  113.  
  114. 3.  Follow the setup instructions to complete the installation.
  115.  
  116. 4.  Verifying Win32s installation:
  117.     In addition to installing the Win32s system components, the Win32s
  118.     Setup program optionally installs the Win32 card game FreeCell, the
  119.     same program that ships as part of Windows NT. After installing
  120.     Win32s, you can run FreeCell to verify that Win32s installed correctly.
  121.     FreeCell is located in the Program Manager group "Win32 Applications",
  122.     which the Win32s Setup program creates.
  123.  
  124.  
  125.  
  126. STARTING OBERON
  127.  
  128.     a) Windows NT
  129.     On the command line, type OBERON. The command line options are:
  130.  
  131.         OBERON [-h <HeapSizeInMB>]
  132.  
  133.     for further command line options, see UserGuide.Text.
  134.  
  135.     b) Windows 3.1
  136.     Under Windows 3.1, the Oberon application must be started from
  137.     the Program Manager. Create a new Program Item in a Program Group.
  138.  
  139.     The default value for the heap size is 4MB. Change this value to
  140.     2MB if your system has 4MB only. The minium heap size is 2MB. If
  141.     the heap size is too big, system startup under Windows 3.1 may take
  142.     a while because Windows tries to move other memory blocks in order
  143.     to free a contiguous area of memory.
  144.  
  145.     If your system has 4MB only and in your autoexec.bat file some
  146.     programs are moved to the "high memory area" using the LH command,
  147.     Oberon might not be able to start up with a heap of 2MB. In this
  148.     case, remove the LH commands from your autoexec.bat.
  149.  
  150.     When started the first time, Oberon builds up an image of the
  151.     directory structure of all directories indicated in the environment
  152.     variable OBERONDIRS. This may take some time.
  153.  
  154.  
  155.  
  156. QUITTING OBERON
  157.  
  158.     Oberon can be quit by either choosing "Close" in the windows
  159.     system menu, by pressing ALT+F4, or by executing the command
  160.     "System.Quit."
  161.  
  162.  
  163.  
  164. SUPPORT FOR TWO-BUTTON MOUSE
  165.  
  166.     Oberon makes use of all three mouse buttons. On systems with a two-
  167.     button mouse, the middle mouse button is emulated by the control
  168.     key on the keyboard. Pressing the control key is equivalent to
  169.     pressing the middle mouse button.
  170.  
  171.  
  172.  
  173. ONLINE DOCUMENTATION
  174.  
  175.     There is more documentation about this release of Oberon for Windows
  176.     in the text UserGuide.Text. The differences between Oberon V2.2 and
  177.     V4.0 are described in the text OberonV4.Text.
  178.  
  179.  
  180.  
  181. CONSOLE OUTPUT
  182.  
  183.     Oberon writes critical error messages to a console window. Under
  184.     Windows 3.1, a GUI application cannot write to a console. Oberon
  185.     then writes the console output to a file instead. The name of the
  186.     file is "c:\debug.log". It may be convenient to create a program
  187.     icon that starts the notepad utility and displays the log file.
  188.  
  189.   
  190.  
  191. Oberon and Oberon for Windows are trademarks of Eidgenoessische
  192. Technische Hochschule, Zurich
  193.  
  194. Microsoft, MS and MS-DOS are registered trademarks of Microsoft
  195. Corporation.
  196.  
  197. NT, Win32, Win32s, Windows and Windows NT are trademarks of
  198. Microsoft Corporation.
  199.  
  200. IBM is a registered trademark of International Business Machines
  201. Corporation.
  202.  
  203. Intel is a registered trademark, i486 and Pentium are trademarks
  204. of Intel Corporation.
  205.