home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / a03 / 1.img / APPNOTES.TXT < prev    next >
Encoding:
Text File  |  1991-09-25  |  10.3 KB  |  323 lines

  1.  
  2. APPNOTES.TXT
  3.  
  4. NOTES ON USING APPLICATIONS WITH MS-DOS VERSION 5.0
  5. ===================================================
  6.  
  7. This document provides important information not included in
  8. the Microsoft MS-DOS User's Guide and Reference or in online
  9. Help.
  10.  
  11. Look through the following table of contents to determine
  12. whether your application is included.
  13.  
  14. ATTENTION CODEVIEW AND INTEL ABOVEBOARD USERS
  15. +++++++++++++++++++++++++++++++++++++++++++++
  16. Sections 1.1 and 1.6 contain critical information
  17. about using Intel Above Board and CodeView with
  18. MS-DOS 5.0.
  19. +++++++++++++++++++++++++++++++++++++++++++++
  20.  
  21. For information about installing MS-DOS 5.0 and using
  22. hardware and networks with MS-DOS 5.0, see the README.TXT
  23. file.
  24.  
  25. The following topics are discussed in this file:
  26.  
  27. 1. Making Your Software Compatible with MS-DOS 5.0
  28.    1.1 Above Board 286 and Above Board Plus Installation
  29.        Programs
  30.    1.2 AutoCAD release 10
  31.    1.3 AutoCAD 386
  32.    1.4 AUTORUN.EXE
  33.    1.5 CodeView
  34.    1.6 Easel 6.0
  35.    1.7 Fastback
  36.    1.8 GeoWorks
  37.    1.9 Keyboard Conflicts
  38.        * Lotus Metro
  39.        * Lotus Express
  40.        * IBM Displaywrite III
  41.        * Borland Turbo Lightning
  42.        * Micro Logic Tornado 1.8
  43.    1.10 Lotus 1-2-3 (3.0 or Later)
  44.    1.11 Manifest
  45.    1.12 Paintbrush 2.0
  46.    1.13 Paradox 3.5
  47.    1.14 PC-Kwik Disk Accelerator
  48.    1.15 PeachTree Complete III
  49.    1.16 Pklite
  50.    1.17 ProKey and MS-DOS Editor/QBasic
  51.    1.18 Sidekick 2.0
  52.    1.19 Soft-ICE
  53.    1.20 Software Carousel
  54.    1.21 Task Swapper and Asynchronous I/O
  55.    1.22 Ventura Publisher
  56.    1.23 WordPerfect WPINFO.EXE 5.1
  57.    1.24 WordPerfect Office 3.0
  58.    1.25 XTreeNet
  59.  
  60. 1. MAKING YOUR SOFTWARE COMPATIBLE WITH MS-DOS 5.O
  61. ==================================================
  62.  
  63. 1.1 Above Board 286 and Above Board Plus Installation
  64.     Programs
  65. -----------------------------------------------------
  66.  
  67. CAUTION: The Intel Above Board installation program that
  68.          shipped before May 1989 tests extended memory in a
  69.          way that can corrupt extended memory.
  70.  
  71. Before using the pre-1989 Above Board installation program,
  72. make sure you haven't loaded software such as SMARTDrive or
  73. RAMDrive that uses extended memory.  After the Above Board
  74. has been installed, other software using extended memory is
  75. unaffected.
  76.  
  77. 1.2 AutoCAD release 10
  78. -----------------------
  79.  
  80. AutoCAD release 10 for MS-DOS cannot access extended memory
  81. provided by the HIMEM /int15:xxxx switch. A patch file that
  82. allows AutoCAD 10 to allocate XMS extended memory is
  83. available from Autodesk. HIMEM.SYS provides XMS extended
  84. memory by default. AutoCAD386 is not affected by this
  85. problem.
  86.  
  87. 1.3 AutoCAD 386
  88. ----------------
  89.  
  90. Autodesk's AutoCAD 386 running under MS-DOS version 5.0
  91. might run very slowly or to hang the machine if MS-DOS is
  92. loaded high. To correct this, either delete or type REM
  93. before the DOS=HIGH line in the CONFIG.SYS file.
  94.  
  95. 1.4 AUTORUN.EXE
  96. ---------------
  97. If you can't use Mountain Network Solutions AUTORUN.EXE, a
  98. tape-drive backup program, contact your vendor for an
  99. upgrade.
  100.  
  101. 1.5 CodeView
  102. ------------
  103. CAUTION: Using versions 3.0 to 3.13 of the CodeView CV.EXE
  104. file may cause the loss of data if your system has a 80386
  105. memory manager (such as EMM386.EXE) and device drivers or
  106. programs that use extended memory.
  107.  
  108. To start CodeView versions 3.0 to 3.13 safely, use the
  109. CV.COM file included with MS-DOS 5.0.
  110.  
  111. Copy the CV.COM file from the distribution disks to the
  112. directory that contains your CV.EXE file. Then, type the
  113. following to start CodeView:
  114.  
  115.    CV
  116.  
  117.    or
  118.  
  119.    CV.COM
  120.  
  121. If you start CodeView by using a batch file or program item
  122. in a shell (such as MS-DOS Shell), change the batch file or
  123. program item so that it specifies the CV.COM instead of the
  124. CV.EXE file.
  125.  
  126. Make sure you use HIMEM.SYS driver version 2.77 or later
  127. with CodeView. Otherwise, the CV.COM file does not prevent
  128. data loss. MS-DOS 5.0 includes version 2.77.
  129.  
  130. This problem has been fixed in CodeView version 3.14. Call
  131. Microsoft C Support to get this version.
  132.  
  133. 1.6 Easel 6.0
  134. -------------
  135. Interactive Images Easel 6.0 is incompatible with the
  136. DOS=HIGH and EMM386 commands. Contact your vendor for an
  137. update.
  138.  
  139. 1.7 Fastback
  140. ------------
  141. If you run MS-DOS 5.0 in the high memory area, you must use
  142. the LOADFIX command before running Fifth Generation Systems
  143. Fastback or the Fastback installation program. Type the
  144. following:
  145.  
  146.     LOADFIX fb.exe
  147.  
  148.     or
  149.  
  150.     LOADFIX fbinstal.exe
  151.  
  152. For information about the LOADFIX command, see Chapter 4 of
  153. the Microsoft MS-DOS Getting Started guide.
  154.  
  155. 1.8 GeoWorks
  156. ------------
  157. If you cannot run GeoWorks (PC/GEOS) after installing MS-DOS
  158. 5.0, use the SETVER command to report version number 4.01 to
  159. the GEOS.EXE file.
  160.  
  161. Do not run the installation program for GeoWorks Ensemble
  162. when MS-DOS Shell Task Swapper is active.
  163.  
  164. Use the Exclusive Tasking option when running GeoWorks
  165. Ensemble with Windows, and use the Prevent Program Switch
  166. option when running it with MS-DOS Shell Task Swapper.
  167.  
  168. 1.9 Keyboard Conflicts
  169. ----------------------
  170. Some software packages do not support the extended ROM BIOS
  171. for 101/102-key keyboards.  These include Lotus Metro, Lotus
  172. Express, IBM Displaywrite III, Borland Turbo Lightning, and
  173. MicroLogic Tornado 1.8. If you can't use your keyboard after
  174. starting an application, restart your computer, and add the
  175. following line to your CONFIG.SYS file:
  176.  
  177.    switches=/k
  178.  
  179. If you are using ANSI.SYS, also add a /k switch to the
  180. DEVICE=ANSI.SYS command in your CONFIG.SYS file.
  181.  
  182. 1.10 Lotus 1-2-3 (3.0 or Later)
  183. -------------------------------
  184. If you run Lotus 1-2-3 3.0 with Task Swapper in MS-DOS
  185. Shell, set the XMS Memory KB Required option in the Advanced
  186. dialog box to 384.
  187.  
  188. For more information about specifying advanced properties,
  189. see Chapter 8 of the Microsoft MS-DOS User's Guide and
  190. Reference.
  191.  
  192. If you run Lotus 1-2-3 3.0 or later and load device drivers
  193. or memory-resident programs into the upper memory area,
  194. use the RAM switch with the DEVICE=EMM386.EXE command in
  195. your CONFIG.SYS file.
  196.  
  197. 1.11 Manifest
  198. -------------
  199. Version 1.0 of Quarterdeck Manifest is incompatible with MS-
  200. DOS 5.0. Contact your vendor for an upgrade.
  201.  
  202. 1.12 Paintbrush 2.0
  203. -------------------
  204. If you have an EGA monitor and want to run Microsoft or
  205. ZSoft Paintbrush 2.0, you must remove the DEVICE=EGA.SYS
  206. command from your CONFIG.SYS file. After removing the
  207. command, you may have difficulty with screen swapping when
  208. using Task Swapper in MS-DOS Shell.
  209.  
  210. 1.13 Paradox 3.5
  211. ----------------
  212.  
  213. Paradox 3.5 can operate in protected mode with EMM386.EXE
  214. installed. Use the RAM switch, and allocate at least 384K of
  215. expanded memory, as follows:
  216.  
  217.     device=EMM386.EXE 384 RAM
  218.  
  219. Normally, Paradox 3.5 needs at least 384K of extended or XMS
  220. memory to run in protected mode. Paradox cannot use XMS (or
  221. extended) memory if EMM386.EXE is installed. However,
  222. EMM386.EXE can function as a VCPI host, and will allow
  223. Paradox 3.5 to run in protected mode by using EXPANDED
  224. memory instead.
  225.  
  226. 1.14 PC-Kwik Disk Accelerator
  227. -----------------------------
  228. Do not load versions of Multisoft PC-Kwik Disk Accelerator
  229. earlier than 2.0 into the upper memory area.
  230.  
  231. 1.15 PeachTree Complete III Single-User Version
  232. -----------------------------------------------
  233. The single-user version of PeachTree Complete III might have
  234. timing conflicts with MS-DOS 5.0. Contact PeachTree for an
  235. updated version.
  236.  
  237. There is no compatibility problem with the network version.
  238.  
  239. 1.16 Pklite
  240. -----------
  241. Do not use Pklite to pack device drivers.
  242.  
  243. If you have a PC-Kwik cache on your system, and you can't
  244. run a packed program, do one of the following:
  245.    * Use the LOADFIX command to start the program.
  246.    * Run MS-DOS 5.0 in conventional memory.
  247.    * Run a version of the program that was not packed with
  248.      Pklite.
  249.    * Disable asynchronous reads on the PC-Kwik cache.
  250.  
  251. For information about the LOADFIX command, see Chapter 4 of
  252. the Microsoft MS-DOS Getting Started guide.
  253.  
  254. 1.17 ProKey and MS-DOS Editor/QBasic
  255. ------------------------------------
  256. Some versions of RoseSoft ProKey are incompatible with MS-
  257. DOS Editor and QBasic.
  258.  
  259. 1.18 Sidekick 2.0
  260. -----------------
  261. If you are running MS-DOS 5.0 in the high memory area, use
  262. the following LOADFIX command to start Borland Sidekick 2.0:
  263.  
  264.     LOADFIX sk2.exe
  265.  
  266. For information about the LOADFIX command, see Chapter 4 of
  267. the Microsoft MS-DOS Getting Started guide.
  268.  
  269. 1.19 Soft-ICE
  270. -------------
  271. When using Nu-Mega Soft-ICE, load it before loading other
  272. drivers. Otherwise, you may lose data stored in extended
  273. memory by drivers such as SMARTDrive.
  274.  
  275. 1.20 Software Carousel
  276. ----------------------
  277. Software Carousel 5.01 is compatible with MS-DOS 5.0.
  278. Version 5.00 is incompatible. Contact SoftLogic Solutions
  279. for an updated CAROUSEL.501 file. Rename the new file to
  280. CAROUSEL.PGM.
  281.  
  282. If you installed HIMEMSLS.SYS, remove the
  283. DEVICE=HIMEMSLS.SYS command from your CONFIG.SYS after
  284. running Setup.
  285.  
  286. To use DOSKEY, load it after loading Software Carousel into
  287. memory.
  288.  
  289. 1.21 Task Swapper and Asynchronous I/O
  290. --------------------------------------
  291. Some programs that perform asynchronous communications are
  292. incompatible with MS-DOS Shell Task Swapper. Terminal-
  293. emulation software (such as SmartCom and Procomm Plus) and
  294. server/client software (such as Laplink and Blast) are
  295. asynchronous communications programs. If you can't use an
  296. asynchronous program, contact your vendor for more
  297. information.
  298.  
  299. 1.22 Ventura Publisher
  300. ----------------------
  301. If you can't start Ventura Publisher, make sure your Ventura
  302. Publisher directory is within the first 70 characters of the
  303. PATH command in your AUTOEXEC.BAT file.
  304.  
  305. 1.23 WordPerfect WPINFO.EXE 5.1
  306. -------------------------------
  307. Some versions of WordPerfect WPINFO.EXE are incompatible
  308. with MS-DOS 5.0. Contact your vendor for more information.
  309.  
  310. 1.24 WordPerfect Office 3.0
  311. ---------------------------
  312. Some versions of WordPerfect Office 3.0 are incompatible
  313. with MS-DOS 5.0. Contact your vendor for more information.
  314.  
  315. 1.25 XTreeNet
  316. -------------
  317. To use XTreeNet with MS-DOS Shell Task Swapper, select the
  318. Prevent Program Switch option in the MS-DOS Shell Advanced
  319. dialog box. For more information about specifying advanced
  320. properties, see Chapter 8 of the Microsoft MS-DOS User's
  321. Guide and Reference.
  322.  
  323.