home *** CD-ROM | disk | FTP | other *** search
- To build executable files requires Microsoft Macro Assembler 5.1 or greater.
- Borland's Turbo Assembler seems to work if you remove the line continuation
- characters "\" from macros such as defObj.
-
- Make files: demo - builds DEMO.EXE demonstration program
- errdlg - builds ERRDLG.EXE error dialog
-
- Link files: linkdemo - links object files for DEMO.EXE
- linkerr - links object files for ERRDLG.EXE
-
- Enter:
-
- C>make demo
- C>make errdlg
- C>demo
-
- Program will not run if ERRDLG.EXE is not in directory. If video snow appears
- then change SNOW constant in EQUATES.INC from 0 to 1. This program will make
- limited use of a Microsoft or compatible mouse.
-
- File Purpose
-
- *.ASM Source files
- MACROS.HLP Macro reference
- EQUATES.INC Constant definitions
- INSTANCE.INC Instance variable definitions
- MESSAGES.INC Message definitions
- OBJECTS.INC Structure definitions
- CURSOR.MAC Cursor control macros
- KEYBOARD.MAC Keyboard I/O macros
- MACROS.MAC Miscellaneous macros
- OBJECTS.MAC OOP macros
- STRINGS.MAC String display macros
- VIDEO.MAC Video I/O macros
-
-
- Enjoy and please share your ideas!
-
- Donald J. McSwain
- Digital Alchemy, Inc.
- P.O. Box 254801
- Sacramento, CA 95865
- (916) 481-6467 (Fax)
-
-
-