Hello,
with this swf
http://www.amigasoft.net/test/boobflash.swf
(don't worry is a funny not pron game.. :) i receive a bad lexical
cast in functiont ::to_number just before the return
i've print the string with cout:
std::cout << "string:" << s << " - " << pos << " - " << s.substr(pos)
<< std::endl;
return boost::lexical_cast<double>(s.substr(pos));
and i receive:
string:flashframe19 - 0 - flashframe19 (and other string)
is this normal? is the same on linux?
Will the catch reached using return?
Andrea
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev