I'm using Flash8 / fp8 And the MM compiler is the one that insgtantiates correctly this Error class. Mtasc just takes the first argument and traces that instead of the class.
What is std? cosmin ----- Original Message ----- From: "Ralf Bokelberg" <[EMAIL PROTECTED]> To: "Open Source Flash Mailing List" <[email protected]> Sent: Wednesday, November 02, 2005 3:57 PM Subject: Re: [osflash] mtasc Error > Flash actually knows a global class called Error. Should be in std. > > Cheers, > Ralf. > > Cosmin Cimpoi wrote: > >> Nope. >> But I have the feeling that mtasc has. >> ** >> ** >> *From:* Jim Tann <mailto:[EMAIL PROTECTED]> >> >> *To:* Open Source Flash Mailing List <mailto:[email protected]> >> *Sent:* Wednesday, November 02, 2005 3:38 PM >> *Subject:* Re: [osflash] mtasc Error >> >> Do you have another class called Error? >> >> >> >> ------------------------------------------------------------------------ >> >> *From:* [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> >> [mailto:[EMAIL PROTECTED] *On Behalf Of *Cosmin Cimpoi >> *Sent:* 02 November 2005 13:21 >> *To:* Open Source Flash Mailing List >> *Subject:* [osflash] mtasc Error >> >> >> >> I have this issue: >> >> >> >> I am using the Oregano as2 client and compiling with MTASC. >> >> Oregano has an Error class that it uses well, for creating error >> objects. >> >> When i compile in MTASC the line: >> >> >> >> var err = new Errorx('code', 'method'); >> >> >> >> and trace err it returns the String 'code' >> >> >> >> If I compile with MM it returns the class: org.omus.util.Error >> >> >> >> If I change the name of the class to Errorx for example the problem >> is solved. >> >> Anyone knows what this could be about ? >> >> >> >> thanks, >> >> cosmin >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> osflash mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/osflash_osflash.org >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> osflash mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
