www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - dwt-cocoa status

reply Jacob Carlborg <doobnet gmail.com> writes:
Read my post at the dwt porting journal 
http://www.dsource.org/projects/dwt/wiki/PortingJournal
Aug 19 2008
parent reply John Reimer <terminal.node gmail.com> writes:
Jacob Carlborg wrote:

 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date gdc or equivalent on Mac. Which Mac OS X version are you developing on, btw? Oh, and thanks for adding an entry to the journal. :) -JJR
Aug 19 2008
next sibling parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
John Reimer wrote:

 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date gdc or equivalent on Mac. Which Mac OS X version are you developing on, btw?
gdc-trunk-r229 should be posted "soon" (with matching tango-0.99.7), it is based on DMD 1.030 / 2.014. Previous was GDC r206 / DMD 1.024 That would be packages for Mac OS X 10.4 "Tiger" mostly, though... http://gdcmac.sourceforge.net/ --anders
Aug 19 2008
prev sibling parent reply Jacob Carlborg <doobnet gmail.com> writes:
John Reimer wrote:
 Jacob Carlborg wrote:
 
 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date gdc or equivalent on Mac. Which Mac OS X version are you developing on, btw? Oh, and thanks for adding an entry to the journal. :) -JJR
I'm developing on Mac OS X 10.5.4
Aug 21 2008
parent reply "Chris R. Miller" <lordSaurontheGreat gmail.com> writes:
Jacob Carlborg wrote:
 John Reimer wrote:
 Jacob Carlborg wrote:

 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date=
 gdc
 or equivalent on Mac.  Which Mac OS X version are you developing on, b=
tw?
 Oh, and thanks for adding an entry to the journal. :)

 -JJR
=20 I'm developing on Mac OS X 10.5.4
Yay! Let me know if I can help at all, since I'm lucky enough to have Leopard as well. I probably wouldn't be all too great at coding it, but I would be happy to test things, etc. My DSource username is LordSauron.=
Aug 21 2008
parent reply Jacob Carlborg <doobnet gmail.com> writes:
Chris R. Miller wrote:
 Jacob Carlborg wrote:
 John Reimer wrote:
 Jacob Carlborg wrote:

 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date gdc or equivalent on Mac. Which Mac OS X version are you developing on, btw? Oh, and thanks for adding an entry to the journal. :) -JJR
I'm developing on Mac OS X 10.5.4
Yay! Let me know if I can help at all, since I'm lucky enough to have Leopard as well. I probably wouldn't be all too great at coding it, but I would be happy to test things, etc. My DSource username is LordSauron.
If you know Cocoa then you can help to test the internals. The files you need to test are the following: dwt.internal.c.carboncore dwt.internal.c.qd dwt.internal.cocoa.CF* dwt.internal.cocoa.CG* dwt.internal.cocoa.CI* dwt.internal.cocoa.gl dwt.internal.cocoa.IconRef dwt.internal.cocoa.id dwt.internal.cocoa.IOLLevent dwt.internal.cocoa.NS* dwt.internal.cocoa.objc_super dwt.internal.cocoa.OS dwt.internal.objc
Aug 22 2008
parent Jacob Carlborg <doobnet gmail.com> writes:
Jacob Carlborg wrote:
 Chris R. Miller wrote:
 Jacob Carlborg wrote:
 John Reimer wrote:
 Jacob Carlborg wrote:

 Read my post at the dwt porting journal
 http://www.dsource.org/projects/dwt/wiki/PortingJournal
Great going! I suppose it would be easier if we had a more up-to-date gdc or equivalent on Mac. Which Mac OS X version are you developing on, btw? Oh, and thanks for adding an entry to the journal. :) -JJR
I'm developing on Mac OS X 10.5.4
Yay! Let me know if I can help at all, since I'm lucky enough to have Leopard as well. I probably wouldn't be all too great at coding it, but I would be happy to test things, etc. My DSource username is LordSauron.
If you know Cocoa then you can help to test the internals. The files you need to test are the following: dwt.internal.c.carboncore dwt.internal.c.qd dwt.internal.cocoa.CF* dwt.internal.cocoa.CG* dwt.internal.cocoa.CI* dwt.internal.cocoa.gl dwt.internal.cocoa.IconRef dwt.internal.cocoa.id dwt.internal.cocoa.IOLLevent dwt.internal.cocoa.NS* dwt.internal.cocoa.objc_super dwt.internal.cocoa.OS dwt.internal.objc
To build you need dsss. Add this to the dsss.conf: buildflags+=-framework Cocoa You also need to add this to you code somewhere: extern(C) bool NSApplicationLoad(); And call that function the first you do in main.
Aug 22 2008