[osflash] mtasc complains about TextInput ?
Ben Crowell
osflashcrowell07 at lightandmatter.com
Sat Jan 13 12:56:47 EST 2007
eka wrote:
>do you use the -mx and -keep properties in your MTASC compilation ?
I tried it both with and without those options, and it didn't make any difference:
$ mtasc -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as
CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput
$ mtasc -mx -keep -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as
CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput
$ mtasc -mx -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as
CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput
$ mtasc -keep -cp /usr/lib/mtasc/std -cp /usr/lib/mtasc/std8 -version 8 -swf currency.swf -main -header 800:600:20 CurrencyConverter.as
CurrencyConverter.as:13: characters 10-19 : type error class not found : TextInput
I just don't understand what I would be applying the patches to, since the files,
e.g., TextInput.as, don't exist on my system.
More information about the osflash
mailing list