home *** CD-ROM | disk | FTP | other *** search
- crdprt - a MicroSoft Windows Cardfile Printing Utility
-
- 1. The zip file should have contained:
-
- crdprt.c - source file
- crdprt.exe - executable file
- crdprt.doc - this file
- crdprt - MS C 5.1 compiler makefile
- makefile - MS C 6.0 compiler makefile
- text.crd - cardfile containing one card, just text
- graph.crd - cardfile containing one card, just graphic, no text
- graphtxt.crd - cardfile containing one card, both graphic & text
- blank.crd - cardfile containing one card, no text or graphic
- all.crd - cardfile containing four cards, one each of above
-
- 2. The makefile and source code work without a hitch with the
- Microsoft C 5.1 Optimizing Compiler. You may have to check out
- what happens with yours (I've been told you have to turn off
- word alignment in TURBO C++ in ANSI C mode).
-
- 2a I have included the C 6.0 MAKEFILE, although it isn't very different
- from that of the C 5.1 CRDPRT project makefile.
-
- 3. Edit the makefile to reflect the location of your C include and
- library files, as well as the hard disk identity.
-
- 4. If you pass this file along, please ensure that this short note
- goes with the three other files.
-
- 5. If you make changes to the program, add the appropriate documentation
- and change either the version number (major change) or the release
- number (minor change). This will help to tell others if it is a
- different version than what they have.
-
- Thanks to Art Zemon who wrote the original program back in 1986.
-
- November 1st, 1990
- RBHutson
-
-