|
From: strk <st...@ke...> - 2009-03-27 08:24:49
|
On Fri, Mar 27, 2009 at 04:03:07PM +0900, jay wrote: > 1>.\ming.c(3838) : error C2440: 'type cast' : cannot convert from > 'SWFBlock' to 'SWFMovieBlockType' According to the ChangeLog it was known that MVC doesn't like union-casts. Try explicitly setting members of a SWFMovieBlockType union instead, and pass the union to SWFMovie_add_internal. See `cvs diff -r1.74 -r1.75 mingpp.h` for an equivalent case fixed in the past. --strk; Free GIS & Flash consultant/developer () ASCII Ribbon Campaign http://foo.keybit.net/~strk/services.html /\ Keep it simple! |