Re: Reference counting for resource management

2009-11-29 Thread LMB
Don Wrote: > LMB wrote: > > [...] > > So, is there any complete example on how to implement reference counting in > > D2? > > I don't think so. While trying to do it, Bartosz found some severe bugs > in D which made it impossible; they were fixed in the last release. > He's since found bug 3516

Re: Reference counting for resource management

2009-11-28 Thread Don
LMB wrote: Hello, This should be my first post here, but I just posted the same message on the "standard" D newsgroup by mistake (what a noob! :-P) So, here I go again, on the right forum this time... I am trying to create yet another D2 wrapper for SQLite. As usual with many C libraries, SQ