home *** CD-ROM | disk | FTP | other *** search
-
-
- WELCOME to the DMalloc (tm) version 1.0 demo!
-
-
- The DMalloc demo consists of:
-
- SAMPLE\DEMO.BAT | Batch and text file to start the demo
- SAMPLE\DEMO.TXT |
- SAMPLE\DMLDEMO.EXE | Disk version only (no BBS)
- | Ready to run demo program
-
- SAMPLE\MODULE1.C | The demo program source files
- SAMPLE\MODULE2.C |
- SAMPLE\MODULE3.C |
- SAMPLE\DEMOTXT.C |
- SAMPLE\DEMO.H |
- SAMPLE\MAKEFILE | Make file for MSC 5.1 and 6+
- SAMPLE\DMLDEMO.MAK | MSC 7 PWB project file
- SAMPLE\DMLDEMO.STS | MSC 7 PWB session settings
- SAMPLE\README | Instructions how to build the demo program
- | (this file)
-
-
- With MSC 5.1 and 6+, use the MAKEFILE make file to compile
- the demo program. Please make sure that DMALLOC.LIB and
- DMALLOC.H are either in the current directory, or available
- in the LIB and INCLUDE paths.
-
- To compile the demo, type
-
- MAKE MAKEFILE [Enter]
-
- at the DOS command prompt. This will compile and link the DMLDEMO.EXE
- program, complete with CodeView information.
-
- ----------
-
- With MSC 7 PWB, use the DMLDEMO.MAK project file to compile
- the demo project. For your convenience, the session set-
- tings file is included (DMLDEMO.STS).
-
- Proceed as follows:
-
- Open and rebuild the DMLDEMO project:
-
- Menu Project
- Open Project: DMLDEMO.MAK
- Rebuild All
-
- This will compile the DMLDEMO.EXE program, complete with CodeView
- information.
-
- ----------
-
- To run the demo program, simply type
-
- DEMO [Enter]
-
- at the DOS command prompt.
-
-
-
-
-