home *** CD-ROM | disk | FTP | other *** search
-
- Nprn - Print Program Revision History
-
-
- 1.01 - 1/5/92
- Released
-
-
- 1.02 - 1/15/92
- 1. Able to load the resident program even through it was allready
- loaded. This has now been fixed so that the COMMAND program
- will look for the RESIDENT program before trying to load it.
- The program will exit with an error code of 5 if the RESIDENT
- program is allready installed.
- 2. Program exit codes. Exit codes have now been added incase the
- COMMAND program is run in a script file.
- Exit Codes:
- 0 = no errors
- 5 = RESIDENT program allready loaded
- unable to start resident
- 10 = - switch error
- file name error
- 20 = RESIDENT program not loaded
- + command error
- 3. Unable to allocate larger (then default) print buffer. This
- has now been fixed to allow a buffer size other then the
- default size.
- Technical Note:
- The pointer being passed to StartResident() was wrong.
- 4. The buffer size (when loading the resident program) is now
- checked for the range of 1-500 (1K-500K). If outside of this
- range, the default of 10 (10K) is used.
- 5. When printing the header without the page mode enabled, the
- header would be longer then the page width.
- Technical Note:
- The header buffer was not cleared before starting to fill
- it with the new header. For some reason this problem only
- showed up in this mode.
- 6. Unable to kill a job. This was due to the same problem as in
- #3, in that the pointer being passed to KillJob() was 1 byte
- off.
- 7. Wrong file name printed in the header if a file was in the que.
- The last file sent and stored in the que would have its name
- printed in the header. This has now been fixed.
-