home *** CD-ROM | disk | FTP | other *** search
-
- Genus Microprogramming
- May 1, 1989
-
-
- ╒═════════════════╕
- │ PCX Effects 1.0 │
- ╘═════════════════╛
-
-
- Thank you for purchasing the source code PCX Effects, version 1.0.
- As always, it is well commented, and if you are familiar with Assembly
- Language, it is very structured.
-
- This file contains current information concerning software changes or
- additions to the toolkit source. Please read through them carefully,
- since many of them are important.
-
- We appreciate your support, and hope that the source code will be of
- great use to you. It represents many hours of work, and contains
- over 10,000 lines of programming. If it saves you two hours worth of
- work, the purchase of the source code will have paid for itself.
-
- Welcome to the growing number of Genus Microprogrammer's!
-
- The Genus Staff
-
-
- ▒▒▒ 05/01/89 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- ─────────────────────
- Assembling the Source
- ─────────────────────
-
- (1) Assembling
-
- This disk contains all of the source for the PCX Effects
- library interfaces. Almost all of the source is in assembler, so
- Microsoft Macro Assembler 5.0 (or higher) is suggested for assembly (or
- a 100% compatible assembler).
-
- A batch file and make file is also included, that will define the
- necessary parameters for each interface. The directory structure is
- outlined in the batch file, so be sure to look it over. The files of
- interest are:
-
- fxMake .BAT <-- Batch file for assembly
- fxLib <-- Actual make file
-
- Note that Turbo Pascal 4.x/5.x is also required, for generating the
- Turbo Pascal unit pcx_TP.TPU.
-
- We feel the source code is very well documented, so if you know assembly
- language you should not have a problem. Also understand that once you
- start modifying the routines, support from us will be limited. We
- suggest that you try to regenerate the library you are interested in
- FIRST, BEFORE MAKING ANY CHANGES. When you are successful, then start
- modifying the library.
-
- (2) Paths and Directories
-
- Of course, make files will have to be modified to fit your particular
- environment. Changes are kept to a minimum, since all compilers and
- assemblers use macro definitions. 'Include file' paths may need to be
- changed also. The development directory structure looks like this:
-
- c:\fx10\inc <-- assembler includes
- c:\fx10\asm <-- assembler source, make and link files
- c:\fx10\asm\cs <-- target directory for fx*.obj and fx_cs.lib
- c:\fx10\asm\cm <-- target directory for fx*.obj and fx_cm.lib
- etc ...
-
- (3) IMPORTANT: Software License
-
- Remember, you have licensed these routines for your own personal use, and
- no part of this package may be distributed in it's present or modified
- form. You may modify the software and merge it into another program for
- your use on a single computer. Read the License Agreement provided with
- your manual, or call us if you have questions about your particular
- application.
-
- This also means that you CANNOT incorporate the toolkit functions into
- another toolkit or function library. You may integrate the effects
- into your standalone application program.
-
- These routines represent many, many hours of work -- by purchasing them
- we know you have saved alot of your time. Please do not waste our effort
- by making illegal copies. This software is not copy protected for YOUR
- convenience.
-
- ─────────
- Debugging
- ─────────
-
- (1) Use the fxShow and the fxPlay utilities for verifying whether your
- functions or your program is working as expected. If your program does
- not display correctly, inspect the header. After that, display with
- 'fxShow' to get an idea of how the image should be interpreted.
-
- (2) If using a debugger like CodeView, be sure to enable the /ZI flag in
- the 'fxLib' make file. This will allow you to step through the
- library code.
-
- (3) For resident debuggers like IBM's RDT, use the @Debug macro to generate
- and INT 3 from within the toolkit code.
-
- ─────────────
- Miscellaneous
- ─────────────
-
- (1) Note that the source (at this time) is distributed on a SINGLE floppy
- disk. The manual may mention a SOURCE 2 disk, but this was done to
- allow for expansion.
-
-
- ▒▒▒ 06/01/89 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- ────────────
- Version 1.01
- ────────────
-
- (1) fxVirtualEffect
-
- Removed an @Debug macro that was inadvertently left in the code. This
- would only cause a problem on systems with resident debuggers, or
- systems with no IRET for INT 3.
-
- (2) fxLibImage
-
- The stack variables for the library name were incorrectly defined,
- causing the user's program to end with a 'division by 0' error. Also,
- it was referencing fxFileImage's VPTR variable instead of its own.
-
-
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
-