home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / GOLDED.RAR / GOLD / OS2_P32.DOC < prev    next >
Encoding:
Text File  |  1993-12-18  |  3.3 KB  |  92 lines

  1. ----------------------------------------------------------------------
  2. The GoldED OS/2 and DOS/P32 versions - what is different?   Rev:931218
  3. ----------------------------------------------------------------------
  4.  
  5.  
  6. ----------------------------------------------------------------------
  7. --- Introduction
  8. ---
  9.  
  10. This document outlines the main differences between the standard
  11. GoldED for DOS and the new OS/2 and DOS/P32 versions.
  12.  
  13.  
  14. ----------------------------------------------------------------------
  15. --- GoldED/2 - The OS/2 version.
  16. ---
  17.  
  18. *   GoldED/2 is a 32-bit windowable textmode OS/2 2.x program. A full
  19.     PM (GUI) version is planned, but is not currently being developed.
  20.     This release was compiled with Borland C++ 1.0 for OS/2.
  21.  
  22. *   Long filenames (HPFS) are implemented. However, I can make no
  23.     guarantee that all conceivable forms of valid HPFS filenames are
  24.     supported, especially such exotics as spaces in filenames and
  25.     various punctuation characters that are invalid in MS-DOS
  26.     filenames. Some parts of GoldED may support exotic forms of
  27.     filenames, while others may not. I will do what I can to make sure
  28.     future releases are fully HPFS compatible.
  29.  
  30. *   Handling of Ctrl-Break does not work too good in this release.
  31.     Hitting Ctrl-Break will simply exit GoldED/2 immediately without
  32.     any form of cleaning up first. I'm working on a better solution...
  33.  
  34. *   GoldED/2 does not yet support Sound Blaster or other sound
  35.     systems.
  36.  
  37. *   The following GOLDED.CFG keywords are irrelevant or unsupported in
  38.     the OS/2 version and may be ignored:
  39.  
  40.       DOSSWAP
  41.       EVENT
  42.       MOUSE
  43.       OVERLAY
  44.       PLAY
  45.       SCREENELIMSNOW
  46.       SCREENUSEBIOS
  47.       SOUNDDEVICE
  48.       SOUNDPATH
  49.       SWAPPATH
  50.       TIMESLICE
  51.  
  52.  
  53. ----------------------------------------------------------------------
  54. --- GoldED/P32 - The DOS 32-bit protected mode version.
  55. --- 
  56.  
  57. *   GoldED/P32 is a DOS 32-bit protected mode program. GoldED/P32 uses
  58.     the 386 or better CPU to run in DOS protected mode. This release
  59.     was compiled with Watcom C++32 9.5a, with 386 code optimized for
  60.     use on 486/Pentium processors. GoldED/P32 needs the DOS4GW.EXE
  61.     DOS Extender Runtime file somewhere in the PATH. The extender file
  62.     is distributed separately in the archive D4GW_192.ZIP.
  63.  
  64. *   Advantages of GoldED/P32 compared to the standard DOS version:
  65.     +   Breaks the DOS 640k barrier. No more worries about running in
  66.         DV windows or other low-dos-memory situations.
  67.     +   Faster operation due to 386 code, optimized for 486/Pentium
  68.         and a better optimizing compiler.
  69.     +   Protected mode operation protects DOS better from internal
  70.         malfunction/crashes in GoldED. Development of the OS/2 and
  71.         DOS protected mode versions eliminated several causes of
  72.         crashes in the older standard DOS versions.
  73.  
  74. *   GoldED/P32 does not yet support Sound Blaster or other sound
  75.     systems.
  76.  
  77. *   The following GOLDED.CFG keywords are irrelevant or unsupported in
  78.     the DOS/P32 version and may be ignored:
  79.  
  80.       DOSSWAP
  81.       EVENT
  82.       MOUSE
  83.       OVERLAY
  84.       PLAY
  85.       SCREENELIMSNOW
  86.       SOUNDDEVICE
  87.       SOUNDPATH
  88.       SWAPPATH
  89.  
  90.  
  91. ----------------------------------------------------------------------
  92.