afb
Joined: 26 Jan 2005 Posts: 137 Location: Sweden
|
Posted: Fri Dec 16, 2005 2:28 am Post subject: DCarbon News ? |
|
|
Has anyone made any progress on using Mac OS X Carbon from D ?
Myself, I haven't done more than the "Hello World" posted earlier...
A worthy task would be to port the C++ "HIFramework" over to D.
(it's a C++ wrapper, for the C API to the Human Interface manager)
http://developer.apple.com/samplecode/HIFramework/HIFramework.html
The CoreFoundation framework could probably also use similar wrappers.
There is even a cross-platform open source (sub)version of it these days.
http://darwinsource.opendarwin.org/10.4.3/CF-368.18/
The rest is just boring type/function wrappers and Interface Builder...
(would be a trial of fire for a new C header -> D import module tool!) |
|