On 2015-03-11 14:30, Sativa wrote:

Can you point out where it says anything about wpf or .NET? I'm having
trouble finding it. I even searched for .net and wpf but still no luck
;/ Maybe you posted the wrong link by accident?

You did mention win32 ;)

For OS X Cocoa is the GUI framework. To access that you need to interface with Objective-C. That can either be done using the Objective-C runtime library [1], available from C. This is very tedious and verbose, or wait for this pull request [2] which will add support for linking with Objective-C.

[1] https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ObjCRuntimeRef/index.html
[2] https://github.com/D-Programming-Language/dmd/pull/4321

--
/Jacob Carlborg

Reply via email to