home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / zeus.arj / READ.ME < prev    next >
Text File  |  1993-07-27  |  2KB  |  72 lines

  1. IMPORTANT
  2.  
  3. To use the printer funtions ZEUS must be installed on drive C:\zeus or 
  4. nothing will print. 
  5.  
  6. Put c:\zeus in your PATH statement in your Autoexec.bat and you can use Zeus 
  7. anywhere.
  8.  
  9. For best performance, create a RAM drive and copy Zeus.exe there - the speed 
  10. increase is    phenomenal. NOTE only copy ZEUS.exe to the ram drive, leave all 
  11. the rest in c:\zeus.
  12.  
  13. Known Bugettes
  14.  
  15. The clock at the bottom of the screen only works properly if you install a 
  16. mouse.
  17.  
  18. The DBU will not append files from NTX to CDX formats or vice versa.
  19.  
  20. The screen designer will not work for CDX files with memo fields.
  21.  
  22.  
  23. COVERTING FILES FROM NTX TO CDX
  24.  
  25. This ONLY needs to be done if the NTX file contains a memo field. If no 
  26. memos exist the CDX driver will read the NTX file without modification.
  27.  
  28. Write a program as follows
  29.  
  30. USE myfile new via 'DBFNTX' //old file
  31.  
  32. copy to newfile via 'DBFCDX'
  33.  
  34. close all
  35. return
  36. //done
  37.  
  38. MEMORY PROBS WITH CDX
  39.  
  40. Someone (at a Clipper conference) stated he either got memory problems with 
  41. the CDX driver or slow performance. The problem is that the CDX driver uses 
  42. lots of base memory if linked into the root of the application, yet if it is 
  43. overlayed in FULL it is slow. For people with Blinker (a registered 
  44. copyright of Blink Inc) I have developed CDX link file that allows 
  45. overlaying of most of the CDX driver yet with a minimum of performance hit. 
  46.  
  47. This link file was uesed to create ZEUS and it works well, making Zeus have 
  48. a load size of only 256K.
  49.  
  50. Another tip is to eliminate the NTX driver from the link. 
  51.  
  52. On registering, you will receive the link file and an .OBJ that will 
  53. eliminate the NTX driver and vastly reduce menory probelms. If you don't 
  54. have Blinker you ought to rush out and get it!!
  55.  
  56. HELP
  57.  
  58. Help (F1) is not currently available for the Data Base Utility.
  59.  
  60. CRASHES
  61.  
  62. The COMPILE / LINK / RUN & PRINT options all involve shelling out to DOS. 
  63. This can cause conflicts with memory managers. However, your file is saved 
  64. prior to using these functions, so you wont  lose your data     if you bug 
  65. out.
  66.  
  67. RUN TIME REQUIREMENTS
  68.  
  69. Zeus MKII has been linked via a DOS extender and base meory is not 
  70. important. However, extended memory is important and 2 megs or more is 
  71. required to run Zeus.
  72.