FileDialog.d
Ty Tower
tytower at hotmail.com.au
Sat Feb 23 16:51:01 PST 2008
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?
More information about the Digitalmars-d-dwt
mailing list