home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / BADUSE25.ZIP / TJHELP.TXT < prev    next >
Text File  |  1993-06-26  |  4KB  |  98 lines

  1.  
  2.                    TIPS AND TRICKS FROM T&J SOFTWARE
  3.                    Revised: 06/26/1993
  4.  
  5.  
  6. Graphic Cards (general)
  7. =======================
  8. * ATI Graphics Ultra Pro card - do not use the ANSI.SYS driver that
  9.   came with the card. Use the normal DOS ANSI.SYS for the screens
  10.   to show correctly.
  11.  
  12. * Trident SVGA Cards - You should have a utility disk with a file
  13.   called TANSI.SYS, use this ansi driver instead of the standard
  14.   ANSI.SYS.
  15.  
  16.  
  17. DESQview/X
  18. ==========
  19. * Make sure you have the MATH COPROCESSOR flagged ON even if you don't
  20.   have a math coprocessor.
  21.  
  22.  
  23. Lockups on certain COM PORTS
  24. ============================
  25. * If you're running on a non-standard IRQ, be sure you are passing the
  26.   IRQ on the command line!! Example:  STUDS! STUDS!.CFG /5
  27.  
  28.   Studs! will now run on IRQ 5.
  29.  
  30.  
  31. Upgrading to New Versions
  32. =========================
  33. * When you purchase a KEY from T&J Software, that KEY is valid for
  34.   all upgrades also!
  35.  
  36.  
  37. Wildcat! BBS's
  38. ==============
  39. * If you are running Studs!, Studette!, or Bordello!, you must use the
  40.   caller drop file DOOR.SYS to make sure the callers remaining time is
  41.   passed back to Wildcat!
  42.  
  43.  
  44. Spitfire BBS's
  45. ==============
  46. * If you're having trouble with the doors dropping carrier on exiting
  47.   back to the BBS, switch to using DOOR.SYS instead of SFDOORS.DAT.
  48.   On some Spitfire configurations this will happen when using
  49.   SFDOORS.DAT.
  50.  
  51.  
  52. Using DESQview
  53. ==============
  54. * If you're running the doors under DV and you're getting ANSI
  55.   character codes on the local monitor, be sure to load the file
  56.   DVANSI.COM in the main batch file that starts your BBS!
  57.  
  58.  
  59. Bulletin PATHS and FILENAMES
  60. ============================
  61. * When specifying the bulletin path, be sure to also select a name
  62.   for the bulletin! This could cause lockups when using Bordello,
  63.   Strip Poker, and Video Poker. If you don't want bulletins created,
  64.   simply enter the word NONE for the path and filename.
  65.  
  66.  
  67. ERROR Codes (general)
  68. =====================
  69. * ERROR #53 - This error means a file was not found. If this occurs
  70.   right when the door is opened, please check the PATH to the caller
  71.   drop file (i.e. DOOR.SYS), or make sure the caller drop file is
  72.   being created properly!
  73.  
  74.                             QuickBasic Error codes
  75.                       DoorFrame uses the QB error codes.
  76.  ---------------------------------------------------------------------------
  77.  
  78.  2   Syntax Error                       61   Disk full
  79.  5   Ilegal Function Call               62   Input past end of File
  80.  6   Overflow                           63   Bad record number
  81.  7   Out of memory                      64   Bad filename
  82. 11   Division by Zero                   67   Too many files
  83. 13   type mismatch                      68   Device unavailable
  84. 24   Device Timeout                     69   Comm-buffer overflow
  85. 25   Device fault                       70   Permission denied
  86. 52   Bad filename or number             71   Disk not ready
  87. 53   File Not Found                     72   Disk media error
  88. 55   File Already open                  74   Rename across disk
  89. 57   Device I/O error                   75   Path/File access error
  90. 58   File already exists                76   Path not found
  91. 59   Bad Record length
  92.  
  93.      The most common error that you will see is #62.  This is usually caused
  94. by the CFG file not having enough lines.  I have included this list so
  95. that you may be able to fix a problem that occurs with a T&J Software
  96. door.
  97.  
  98.