home *** CD-ROM | disk | FTP | other *** search
-
-
-
- COMPILING AND LINKING RBBS-PC 23-1
-
-
- 23. COMPILING AND LINKING RBBS-PC
- ---------------------------------
- RBBS-PC source code is distributed along with the executable program RBBS-
- PC.EXE. It is NOT necessary to recompile or re-link RBBS-PC in order to
- utilize RBBS-PC. This section is intended for those hardy few who choose
- to modify the source and recompile it. Remember only what is distributed
- is supported -- anything else is strictly yours to debug!
-
- RBBS-PC's source code is compilable by the Microsoft QuickBASIC Compiler,
- version 2.01 and higher. However Microsoft's QuickBASIC Compiler version
- 3.0 is the compiler used to generate the .EXE files distributed with
- RBBS-PC because it appears to be the most reliable. Versions too buggy to
- use at all include 1.0, 2.0, and 4.0.
-
- The batch files MAKERBBS.BAT and MAKECNFG.BAT are included with the source
- to recompile RBBS-PC and CONFIG respectively. They are designed for use
- with QuickBasic 3.0 but instructions for other versions of the compiler are
- in them. The DTR patch described in Appendix G should be applied before
- you compile RBBS-PC.
-
-