home *** CD-ROM | disk | FTP | other *** search
- CMOUSE.ZIP - Mouse management for MSC 5.1/MASM 5.0 or later
-
- Change history:
- 11/21/90 - Change 1 Gene McManus: gmcmanus@dsac.dla.mil
- Included bug fixes by Norbert Bladt (Thanks, Norbert).
- [Norbert Bladt, Ascom Autelca AG, Worbstr. 201,
- CH-3073 Guemligen, Switzerland
- EMail: ..!uunet!mcsun!chx400!hslrswi!bladt]
- Updated MAKE.EXE to a later one which I like better.
- Made minor changes to MAKEFILE.
- Repackaged as a .ZIP file.
-
-
- The following is included in the archive:
-
- CMOUSE.ZIP
-
- Length Method Size Ratio Date Time CRC-32 Attr Name
- ------ ------ ----- ----- ---- ---- ------ ---- ----
- 17 Stored 17 0% 03-06-89 12:01 41025979 --w COMPACT.INC
- 17 Stored 17 0% 11-08-88 13:26 76130ff5 --w FARCALL.INC
- 18 Stored 18 0% 11-08-88 13:26 8b63b253 --w HUGEDATA.INC
- 15 Stored 15 0% 03-06-89 12:02 a654fecf --w LARGE.INC
- 16 Stored 16 0% 03-06-89 12:02 9d632b40 --w MEDIUM.INC
- 17 Stored 17 0% 11-08-88 13:26 77d165c2 --w NEARCALL.INC
- 18 Stored 18 0% 11-08-88 13:26 8aa1d864 --w SMALDATA.INC
- 15 Stored 15 0% 03-06-89 12:02 4bf5b992 --w SMALL.INC
- 2104 Implode 908 57% 11-21-90 08:15 3e785f16 --w TEST1.C
- 1092 Implode 641 42% 04-16-89 17:31 d044b0de --w HANDLER.ASM
- 4967 Implode 1790 64% 11-21-90 08:13 22ad42ea --w MOUSE.C
- 2181 Implode 1010 54% 11-21-90 08:14 2d969bf8 --w MOUSE.H
- 21552 Implode 3454 84% 05-31-87 10:58 193f5ffd --w MICE.ASM
- 21632 Implode 13980 36% 10-21-89 14:09 b13750e3 --w MAKE.EXE
- 4411 Implode 1141 75% 11-21-90 07:50 a96124bc --w MAKEFILE
- 40 Shrunk 39 3% 11-20-90 10:35 cfa6aa52 --w MOUSE.CMD
- 7425 Implode 2981 60% 10-22-90 12:11 d3d4eb96 --w READ.ME
- ------ ------ --- -------
- 65537 26077 61% 17
-
- The source code is intended for MSC 5.1 and MASM 5.0 or later.
-
- I have included a PD Unix-like make, which is what my makefile is
- intended to be used with (MAKE.EXE). This make has been posted to
- the Usenet several times in the past, and will run recursively which
- allows automatic manufacturing of libraries for all memory models.
-
- The mouse routines are adapted from articles in 'The C Gazette' and
- several other publications, including PC Magazine and PC Tech Journal.
-
- The makefile will create a library file for each of the PC memory models.
-
- See test1.c for examples of use.
-
-
-