is this a dmd bug ?
Denis Koroskin
2korden at gmail.com
Tue Nov 24 05:12:15 PST 2009
On Tue, 24 Nov 2009 16:09:28 +0300, Long Chang <changedalone at gmail.com>
wrote:
> I use the d1 & tango trunk & dwt-win.
> there is a new dispose method for Object, and Dwt-win already have a
> dispose
> width Event argument.
>
> I try it with outer, the error is :
>
>
> x.d(17): Error: undefined identifier outer
> x.d(17): Error: undefined identifier outer
> x.d(17): Error: no property 'toString' for type 'int'
> x.d(17): Error: function expected before (), not 1 of type int
Try using older version of Tango (before introducing Object.dispose()
method), or ask for help in digitalmars.DWT newsgroup. It's not a DMD but,
it's just DWT is incompatible with Tango trunk at the moment (due to a
breaking change in Tango).
More information about the Digitalmars-d
mailing list