FileDialog.d
Bill Baxter
dnewsgroup at billbaxter.com
Sat Feb 23 18:42:19 PST 2008
Ty Tower wrote:
> Line 348 if (filterPath.length > 0) {
> tango.text.Text.Text!(char) stringBuffer = new
> tango.text.Text.Text!(char)();
>
> Line 432 tango.text.Text.Text!(char) stringBuffer = new
> tango.text.Text.Text!(char)();
>
> Compilimg the examples I seem to be hitting the above and getting
> multiple error compiler messages. as so
>
> /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.2/../../../libDD-dwt.a(dwt.widgets.Link.o)
> (.rodata+0x890): multiple definition of
> `_D5tango4text4Text11__T4TextTaZ4Text4Span6__initZ'
> /usr/lib/gcc/i586-mandriva-linux-gnu/4.1.2/../../../libDD-dwt.a(dwt.widgets.FileDialog.o)
> (.rodata+0x100): first defined here
>
> Is there a bug here?
Clashes over multiple defs of initZ sound like this bug:
http://d.puremagic.com/issues/show_bug.cgi?id=1629
--bb
More information about the Digitalmars-d-dwt
mailing list