I just had a 30-minute look at the documentation. There's a whole section on interfacing with C++, so maybe you can find some help there.
It looks pretty trivial to wrap C code (in most cases we don't even need SWIG for C), but C++ is a different beast. Thanks for writing that D-specific documentation, klickverbot! On 12/10/10, BLS <[email protected]> wrote: > On 09/12/2010 23:47, Andrej Mitrovic wrote: >> I'm thinking maybe we should have a SWIG interfaces project on >> dsource, if one doesn't exist yet. If someone made SWIG interfaces for >> some big library it would be cool to share it at one place so anyone >> could download them. > > Vote++ A discussion Forum would be nice too. > I am just trying to figure out what to do with : > > operator HWND() const; > > > > >
