Dan,

> ps: steve, are you still fighting with my crappy list implementations? :)

Not so much fighting as taking a different approach. I started off
trying to rewrite swfmill to use std::list instead of SWFList, but I
got a bunch of compile errors since SWFItem has a few abstract methods
and std::list doesn't like them. So I tried to store pointers in the
list instead, but ran into some random dereference-related compile
errors that my feeble C++ brain couldn't handle.

I realised that the only feature I need that SWFList doesn't provide
is an operation to get the number of items in the list, so I'm going
to hack that in instead. I can then use the existing end-condition
attribute to implement the remaining 4 filters needed for full
PlaceObject3 support.

--
Steve Webster
http://dynamicflash.com

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to