Hello Kriss, I also had some problems with filenames some time ago and fixed this problem three weeks ago. Sorry that I didn't mention it in the changelog or wrote a reply to your mail and caused you additional work. But at least it works now ;). I can apply your vc6 changes when you provide a patch against the current svn version and it doesn't break anything, when compiling with gcc.
Ralf > Finally had it crash on me again :) > > The png crash is a string null termination problem. > > swft_import.cpp needs to have a buffer allocation and copy fixed, like so... > > l = strlen(basename); > name = new char[l+1]; > strncpy( name, basename, l+1 ); > > Which explains why strange filename adjustments fixed it before... > > > Also I'd quite like to merge all my vc6 code fixes in at some point as > well, they where nothing major just mild adjustments to make the > compiler happy. > > https://trac.xixs.com/wet/cgi-bin/trac.cgi/browser/pc/_src/swfmill/mytrunk > > Is all my changes based on trunk from a few months back but I'm not > sure if there is an easy svn way of merging that back in :) > > Cheers, > > -- > > Kriss _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
