Re: Strange Bug in LDC vs DMD

2017-06-30 Thread Murzistor via Digitalmars-d-learn
On Friday, 30 June 2017 at 12:50:24 UTC, FoxyBrown wrote: The funny thing is, newName is printed wrong so Recompute is effected by the rename. Does LDC use Unicode? Or, maybe, standard library under LDC does not support Unicode - then it is a serious bug. Do you use any non-ASCII symbols?

What is best way to link DlangUI widget and program logic?

2017-06-28 Thread Murzistor via Digitalmars-d-learn
I want to call a method of the certain instance of "MyClass" from certain widget. Each widget should know its corresponding instance of "MyClass". As far as I understood, delegates cannot do it.