Re: Solution to print Chinese font in console under D2

2009-12-06 Thread Sam Hu
Kagamin Wrote: > Sam Hu Wrote: > > > I asked this question a couple of month ago but it is pending,is there any > > solution now? > > > > Thanks. > > As you know from previous discussions, there're various solutions, which of > them do you want? Sorry,for example?

Static functions in immutable types...

2009-12-06 Thread Tomek SowiƄski
... don't make sense. So is there a reason why they aren't excluded from the "everything in an immutable is immutable" rule? Tomek

Re: Getting access to the variables of an imported class

2009-12-06 Thread jicman
Daniel Keep Wrote: > jicman wrote: > > aalm Wrote: > >> import dfl.all; > >> import myform2; > >> > >> void main() > >> { > >> //Form d = new MyForm(); > >> //MyForm d = new MyForm(); > >> auto d = new MyForm(); > >> d.text = "Hello..."; > >> d.Name.text = "name"; > >> d.show(); > >>

Re: Foo!("a").????? == `Foo!("a")`

2009-12-06 Thread Nick Sabalausky
"Simen kjaeraas" wrote in message news:op.u4h55pbcvxi...@biotronic-pc.home... > On Sun, 06 Dec 2009 02:36:58 +0100, Nick Sabalausky wrote: > >> I don't suppose there's an easy general way to get the paramaters of a >> templated type just from the type itself? Ie, a way to get around this: >> >>