digitalmars.D.dwt - dwt-cocoa status
- Jacob Carlborg (2/2) Aug 19 2008 Read my post at the dwt porting journal
- John Reimer (5/7) Aug 19 2008 Great going! I suppose it would be easier if we had a more up-to-date g...
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (6/11) Aug 19 2008 gdc-trunk-r229 should be posted "soon" (with matching tango-0.99.7),
- Jacob Carlborg (2/13) Aug 21 2008 I'm developing on Mac OS X 10.5.4
- Chris R. Miller (5/20) Aug 21 2008 Yay! Let me know if I can help at all, since I'm lucky enough to have
- Jacob Carlborg (16/35) Aug 22 2008 If you know Cocoa then you can help to test the internals. The files you...
- Jacob Carlborg (6/44) Aug 22 2008 To build you need dsss. Add this to the dsss.conf:
Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournal
Aug 19 2008
Jacob Carlborg wrote:Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat 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
John Reimer wrote: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/ --andersRead my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat 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?
Aug 19 2008
John Reimer wrote:Jacob Carlborg wrote:I'm developing on Mac OS X 10.5.4Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat 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 21 2008
Jacob Carlborg wrote:John Reimer wrote:Jacob Carlborg wrote:Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat going! I suppose it would be easier if we had a more up-to-date=tw?gdc or equivalent on Mac. Which Mac OS X version are you developing on, b=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.=Oh, and thanks for adding an entry to the journal. :) -JJR=20 I'm developing on Mac OS X 10.5.4
Aug 21 2008
Chris R. Miller wrote:Jacob Carlborg wrote: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.objcJohn Reimer wrote: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.Jacob Carlborg wrote:I'm developing on Mac OS X 10.5.4Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat 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 22 2008
Jacob Carlborg wrote:Chris R. Miller wrote: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.Jacob Carlborg wrote: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.objcJohn Reimer wrote: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.Jacob Carlborg wrote:I'm developing on Mac OS X 10.5.4Read my post at the dwt porting journal http://www.dsource.org/projects/dwt/wiki/PortingJournalGreat 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 22 2008