iffparse remove StopChunk?

This forum is for general developer support questions.
Post Reply
chris
Posts: 564
Joined: Sat Jun 18, 2011 12:05 pm
Contact:

iffparse remove StopChunk?

Post 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.
chris
Posts: 564
Joined: Sat Jun 18, 2011 12:05 pm
Contact:

Re: iffparse remove StopChunk?

Post by chris »

I think I may have just spotted the answer in the iffparse.library/EntryHandler() AutoDoc's Bugs section.
Post Reply