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.
iffparse remove StopChunk?
Re: iffparse remove StopChunk?
I think I may have just spotted the answer in the iffparse.library/EntryHandler() AutoDoc's Bugs section.