home *** CD-ROM | disk | FTP | other *** search
- The original doc for the dissidents ilbm.library on Fish Disk #237 listed
- the args passed to your custom vectors written in C in the wrong order. The
- correct order is as follows:
-
- Here are the parameters passed to your custom vectors. Return an IFFP code.
-
- IFFP = PROPhandler(PROPList,Frame,Vectors,Context,PropID,ChunkID);
- d0 a4 a3 a2 a0 d2 d0
-
- IFFP = FORMhandler(PROPList,Frame,Vectors,Context,PropID,ChunkID);
- d0 a4 a3 a2 a0 a4 d0
-
- NonILBMFormHandler and CHUNKhandler same args as FORMhandler.
-
- Please make these changes to the original documentation. Sorry...
-