Whither DWT? (wxD)

kris foo at bar.com
Sat Apr 22 10:25:39 PDT 2006


Anders F Björklund wrote:
> Charles Hixson wrote:
[snip]
>> And garbage collection is really a VERY nice feature.
> 
> 
> I think one of the gripes that people *seem* to have about SWT (& DWT)
> is that the resources aren't garbage collected but need to be managed ?

Hehe; that's what makes it perfectly suited to D :)

(relying on the D GC/dtor construct to release all resources would 
simply result in seg-faults -- I imagine you'll run into this with wxD, 
if any of the relevant resources are also GC managed)



More information about the Digitalmars-d-dwt mailing list