Qt bindings for D

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Oct 16 06:35:51 PDT 2013


On 10/16/13, w0rp <devw0rp at gmail.com> wrote:
> or perhaps scan inside Qt memory.

I've never managed to make this work in some C++ libs I've tried to
wrap. I think it's because the D GC probably knows which memory it
allocated and will not scan pointers to memory it did not allocate.
That's just a guess though.


More information about the Digitalmars-d mailing list