home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 September / CICA_Shareware_for_Windows_Walnut_Creek_September_1994.iso / win3 / desktop / oberv4nt.exe / README.FTP < prev    next >
Text File  |  1993-12-22  |  8KB  |  218 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 directory 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.     WIN32S.EXE    compressed, self-extracting archive containing
  65.                   Microsoft Win32s Version 1.1. This file is not
  66.                   required on Windows NT or on Windows 3.1
  67.                   machines that have Win32s Version 1.1 installed
  68.                   already.
  69.  
  70.  
  71. INSTALLATION
  72.  
  73. 1.  If you intend to run Oberon under Windows 3.1, install Win32s
  74.     first (see instructions below).
  75.  
  76. 2.  Create a new directory, e.g. C:\OBERON. This newly created directory
  77.     will be called "Oberon directory" for the rest of this document.
  78.  
  79. 3.  Copy the file SYSTEM.EXE to the Oberon directory.
  80.  
  81. 4.  Run SYSTEM.EXE. The Oberon files will be extracted and uncompressed.
  82.  
  83. 5.  In order to work properly, the Oberon directory must be defined in an
  84.     environment variable "OBERONDIRS". If your Oberon directory is 
  85.     C:\OBERON, you should define
  86.  
  87.          SET OBERONDIRS=C:\OBERON;C:\OBERON\FONTS
  88.  
  89.     You should include this line in your AUTOEXEC.BAT file when you run
  90.     Windows 3.1. If you run Windows NT, the environment variable can be
  91.     set using the System option in the Control Panel.
  92.  
  93. 6.  If you use SHARE, set the command line parameters to the following
  94.     values:
  95.  
  96.          SHARE /F:16348 /L:255
  97.  
  98.     (SAHRE is normally called from the AUTOEXEC.BAT file.)
  99.     If any troubles occur with share, increase the value of the /F
  100.     option. If this does not help, remove SHARE from AUTOEXEC.BAT.
  101.  
  102. 7.  Reboot the machine.
  103.     
  104.  
  105.  
  106.  
  107. INSTALLATION OF WIN32S
  108.  
  109.     (Win32s is only needed when you intend to run Oberon under Windows 3.1)
  110.  
  111.     If you do not have Win32s Version 1.1 or a newer version, you need to
  112.     install it.
  113.  
  114. 1.  Copy the file WIN32S.EXE into an empty directory. Then, start the self-
  115.     extracting archive by typing WIN32S at the command prompt. Copy the
  116.     extracted files to a floppy disk. (The Setup program requires the files
  117.     to be on a floppy.)
  118.  
  119.     NOTE: The archive WIN32S.EXE must not be copied to the floppy, or Setup
  120.           will not work properly!
  121.  
  122. 2.  Start Windows.
  123.  
  124. 3.  In the File Manager Window, display the files on the Win32s floppy,
  125.     then double-click on SETUP.EXE to run the Setup program.
  126.  
  127. 4.  Follow the setup instructions to complete the installation.
  128.  
  129. 5.  Verifying Win32s installation:
  130.     In addition to installing the Win32s system components, the Win32s
  131.     Setup program optionally installs the Win32 card game FreeCell, the
  132.     same program that ships as part of Windows NT. After installing
  133.     Win32s, you can run FreeCell to verify that Win32s installed correctly.
  134.     FreeCell is located in the Program Manager group "Win32 Applications",
  135.     which the Win32s Setup program creates.
  136.  
  137.  
  138.  
  139. STARTING OBERON
  140.  
  141.     a) Windows NT
  142.     On the command line, type OBERON. The command line options are:
  143.  
  144.         OBERON [-h <HeapSizeInMB>]
  145.  
  146.     for further command line options, see UserGuide.Text.
  147.  
  148.     b) Windows 3.1
  149.     Under Windows 3.1, the Oberon application must be started from
  150.     the Program Manager. Create a new Program Item in a Program Group.
  151.  
  152.     The default value for the heap size is 4MB. Change this value to
  153.     2MB if your system has 4MB only. The minium heap size is 2MB. If
  154.     the heap size is too big, system startup under Windows 3.1 may take
  155.     a while because Windows tries to move other memory blocks in order
  156.     to free a contiguous area of memory.
  157.  
  158.     If your system has 4MB only and in your autoexec.bat file some
  159.     programs are moved to the "high memory area" using the LH command,
  160.     Oberon might not be able to start up with a heap of 2MB. In this
  161.     case, remove the LH commands from your autoexec.bat.
  162.  
  163.     When started the first time, Oberon builds up an image of the
  164.     directory structure of all directories indicated in the environment
  165.     variable OBERONDIRS. This may take some time.
  166.  
  167.  
  168.  
  169. QUITTING OBERON
  170.  
  171.     Oberon can be quit by either choosing "Close" in the windows
  172.     system menu, by pressing ALT+F4, or by executing the command
  173.     "System.Quit."
  174.  
  175.  
  176.  
  177. SUPPORT FOR TWO-BUTTON MOUSE
  178.  
  179.     Oberon makes use of all three mouse buttons. On systems with a two-
  180.     button mouse, the middle mouse button is emulated by the control
  181.     key on the keyboard. Pressing the control key is equivalent to
  182.     pressing the middle mouse button.
  183.  
  184.  
  185.  
  186. ONLINE DOCUMENTATION
  187.  
  188.     There is more documentation about this release of Oberon for Windows
  189.     in the text UserGuide.Text. The differences between Oberon V2.2 and
  190.     V4.0 are described in the text OberonV4.Text.
  191.  
  192.  
  193.  
  194. CONSOLE OUTPUT
  195.  
  196.     Oberon writes critical error messages to a console window. Under
  197.     Windows 3.1, a GUI application cannot write to a console. Oberon
  198.     then writes the console output to a file instead. The name of the
  199.     file is "c:\debug.log". It may be convenient to create a program
  200.     icon that starts the notepad utility and displays the log file.
  201.  
  202.   
  203.  
  204. Oberon and Oberon for Windows are trademarks of Eidgenoessische
  205. Technische Hochschule, Zurich
  206.  
  207. Microsoft, MS and MS-DOS are registered trademarks of Microsoft
  208. Corporation.
  209.  
  210. NT, Win32, Win32s, Windows and Windows NT are trademarks of
  211. Microsoft Corporation.
  212.  
  213. IBM is a registered trademark of International Business Machines
  214. Corporation.
  215.  
  216. Intel is a registered trademark, i486 and Pentium are trademarks
  217. of Intel Corporation.
  218.