home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 351.lha / Samp / ILBMLib / Note < prev   
Encoding:
Text File  |  1990-03-06  |  655 b   |  16 lines

  1.  The original doc for the dissidents ilbm.library on Fish Disk #237 listed
  2. the args passed to your custom vectors written in C in the wrong order. The
  3. correct order is as follows:
  4.  
  5.  Here are the parameters passed to your custom vectors. Return an IFFP code.
  6.  
  7.  IFFP = PROPhandler(PROPList,Frame,Vectors,Context,PropID,ChunkID);
  8.   d0                   a4     a3      a2     a0      d2     d0
  9.  
  10.  IFFP = FORMhandler(PROPList,Frame,Vectors,Context,PropID,ChunkID);
  11.   d0                  a4       a3      a2    a0      a4      d0
  12.  
  13.  NonILBMFormHandler and CHUNKhandler same args as FORMhandler.
  14.  
  15.  Please make these changes to the original documentation. Sorry...
  16.