Page 1 of 1

iffparse remove StopChunk?

Posted: Fri Aug 03, 2012 8:23 pm
by chris
Is it possible to remove a StopChunk I've attached to an IFFHandler stream? Closing and re-opening the stream doesn't clear the chunk handlers as I expected it to.

For example, I can set:
StopChunk(iffh, ID_FTXT, ID_JUNK);

Close and reopen the stream, and that is still in effect. I want to remove it so ParseIFF() doesn't stop at those chunks on the next run-through.

I have a workaround, but removing those stop handlers will be more efficient.

Re: iffparse remove StopChunk?

Posted: Fri Aug 03, 2012 8:35 pm
by chris
I think I may have just spotted the answer in the iffparse.library/EntryHandler() AutoDoc's Bugs section.