home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / BMASM.ZIP / README.1ST < prev    next >
Text File  |  1993-12-27  |  5KB  |  129 lines

  1.  
  2.                  *** BusiMod(STUNY) mods for RBBS v17.4 ***
  3.                               *** BM1227 ***
  4.                        *** SEE ALL NOTES BELOW! ***
  5.  
  6. 12/27/93
  7.  
  8. First, I must say, a special thanks to Scott McNay and Jon Martin for making
  9. the PDS BASIC v7.x far string compatability possible.
  10.  
  11. Files included in this package are:
  12.  
  13. 10-NET.ASM    - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  14. 10-NET.OBJ      PDS BASIC v7.x /Fs (far string)
  15.  
  16. ANSI18.ASM    - Original from ANSI18.ZIP - Modified by Richie Molinelli for
  17. ANSI18.OBJ      PDS BASIC /Fs (far string)
  18.  
  19. BASNOV.ASM    - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  20. BASNOV.OBJ      PDS BASIC v7.x /Fs (far string)
  21.  
  22. BDRIVEC2.ASM  - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  23. BDRIVEC2.OBJ    PDS BASIC v7.x /Fs (far string)
  24.  
  25. FINDWORD.ASM  - Original by Tom Collins for ANSIED.  Modified by Scott McNay
  26. FINDWORD.OBJ    for PDS BASIC v7.x /Fs (far string) option
  27.  
  28. FOSSCOMM.OBJ  - Original from RBBS-ASM.ZIP - Modified by Jon Martin for use
  29.                 with PDS BASIC v7.x /Fs (far string) option
  30.  
  31. * GIVEBK41.ASM  - Modified version of GIVEBK31.ASM for OS/2 v2.x.  Modified by
  32. * GIVEBK41.OBJ    Richie Molinelli
  33.  
  34. MOVCSTR.ASM   - Original by Tom Collins for ANSIED - Modified by Scott McNay
  35. MOVCSTR.OBJ     for PDS BASIC /Fs (far string)
  36.  
  37. PC-NET.ASM    - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  38. PC-NET.OBJ      PDS BASIC v7.x /Fs (far string)
  39.  
  40. QBARCV6.ASM   - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  41. QBARCV6.OBJ     PDS BASIC v7.x /Fs (far string)
  42.  
  43. RBBSDV.ASM    - Original from RBBS-ASM.ZIP - Modified by Richie Molinelli for
  44. RBBSDV.OBJ      PDS BASIC v7.x /Fs (far string)
  45.  
  46. RBBSDVW.ASM   - * NEW * Original by Richie Molinelli - Can be used with QB45,
  47. RBBSDVW.OBJ     Visual Basic and PDS BASIC v7.1 /Fs - For BusiMod(STUNY) mods
  48.                 and SI174V11.ZIP - Not required for stock/other mod packages
  49.  
  50. RBBSHS.ASM    - Original from RBBS-ASM.ZIP - Modified by Scott McNay for
  51. RBBSHS.OBJ      PDS BASIC v7.x /Fs (far string)
  52.  
  53. RBBSML.ASM    - Original from RBBS-ASM.ZIP
  54. RBBSML.OBJ
  55.  
  56. RBBSQBFS.OBJ  - * NEW UNTESTED * - Original by Scott McNay - Modified by Jon
  57.                 Martin - Interface for QB45 - NOT REQUIRED with PDS BASIC v7.x
  58.  
  59. RBBSUTIL.ASM  - Original from RBBS-ASM.ZIP - Modified by Scott McNay and
  60. RBBSUTIL.OBJ    Richie Molinelli for use with PDS BASIC v7.x /Fs (far string)
  61.  
  62. XMODEM.ASM    - Original from RBBS-ASM.ZIP - Modified by Richie Molinelli for
  63. XMODEM.OBJ      PDS BASIC v7.x /Fs (far string)
  64.  
  65. BCFS.DOC      - Original documentation from Scott McNay in BCFS0813.ZIP file
  66.  
  67. README.1ST    - This file that you are reading!  :)
  68.  
  69. ================================[ 08/27/93 ]================================
  70.  
  71. GIVEBK31 has now been modified for OS/2 v2.x detection and to give back time
  72. slices when running in a DOS window under OS/2.  The new name is now
  73. GIVEBK40.OBJ (ASM).
  74.  
  75. ================================[ 03/06/93 ]================================
  76.  
  77.  All files with the "*" preceeding them have been changed since the last
  78. release.  Replace your prior versions with these.
  79.  
  80. ================================[ 02/01/93 ]================================
  81.  
  82. All of these .OBJ files EXCEPT RBBSQBFS.OBJ * MUST * be used when Compiling
  83. and Linking with PDS BASIC's /Fs (far string) option.  Just replace your
  84. existing .OBJ files from RBBS-ASM.ZIP with these.  Make sure you add the
  85. RBBSDVW.OBJ file to your linking list.  The enclosed batch file(s) and link data
  86. file(s) already have this done.
  87.  
  88. Use the appropriate LINK.DAT file from the main package when compiling and
  89. linking.
  90.  
  91. When RBBS is compiled and linked using the far string option, you will have
  92. 64K of available string space.  * NO MORE OUT OF STRING SPACE ERRORS! *
  93.  
  94.  
  95. ================================[ 10/14/93 ]================================
  96.  
  97. RBBSDVW.OBJ now contains routine used for checking to see if DOS's Share is
  98. loaded.  If share is loaded, and not running under DESQview, all files will
  99. be opened in shared mode.
  100.  
  101. ================================[ 12/27/93 ]================================
  102.  
  103. GIVEBK41.OBJ now contains improved routines for time slice give back under
  104. both OS/2 and DESQview.  Will now work correctly under OS/2 even when a
  105. fooler program like OS2SPEED is used to fool doors, etc into giving up time
  106. slices through DESQview routines.
  107.  
  108.  
  109.  
  110.  
  111. NOTES:
  112.  
  113. =================================[ PDS v7.x ]===============================
  114.  
  115. You MUST use these .OBJ files when compiling and linking.
  116.  
  117. ==============================[ QuickBasic v4.5 ]===========================
  118.  
  119. If you are using QB45, my recommendation is to use the original RBBS-ASM.ZIP
  120. files.  The only exception is that you will need the GIVEBK41.OBJ and the
  121. RBBSDVW.OBJ from this set.
  122.  
  123. ================================[ Visual Basic ]============================
  124.  
  125. Like PDS v7.x, you will need to use the .OBJ files from this archive.
  126.  
  127. ============================================================================
  128.  
  129.