OSX Foundation framework D binding

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 11 08:04:44 PST 2015


On 2015-11-11 17:02, Jacob Carlborg wrote:

> I would recommend creating new bindings which use the new Objective-C
> interoperability feature that was added in the latest release (2.069.0).

You could use DStep [1] to generate the bindings. It will generate 
bindings which are not completely compatible with what the compiler can 
handle. But it can be used as a base.

[1] https://github.com/jacob-carlborg/dstep

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list