build dwt-win pb

Frank Benoit keinfarbton at googlemail.com
Mon Feb 11 10:45:02 PST 2008


Bjoern schrieb:
> have pb to build dwt win. use tango rev 3152, dmd 1025, dwt-win snapshot 
> / error in dwterror. Ideas ?
> dsss 0.75
> WTError line : 146 undefined identifier info ... and so on
> 
> :* Note: printStackTrace(PrintStream) and printStackTrace(PrintWriter)
>  * are not provided in order to maintain compatibility with CLDC.
>  * </p>
>  */
> public void printStackTrace () {
>     Stderr.formatln( "stacktrace follows (if feature compiled in)" );
>  ->   foreach( msg; info ){
>         Stderr.formatln( "{}", msg );
>     }

I believe you have an older tango version as you think. May be there is 
a mistake in the include path, or an old copy in dsss. Or at least you 
use an old version of the object.di.

In tango rev 3145 there was an update that removed the TracedException 
and added the functionality in Exception. With that, the Exception has 
an "info" member.


More information about the Digitalmars-d-dwt mailing list