digitalmars.D.dwt - dwt-cocoa status
- Jacob Carlborg <doobnet gmail.com> Aug 19 2008
- John Reimer <terminal.node gmail.com> Aug 19 2008
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> Aug 19 2008
- Jacob Carlborg <doobnet gmail.com> Aug 21 2008
- "Chris R. Miller" <lordSaurontheGreat gmail.com> Aug 21 2008
- Jacob Carlborg <doobnet gmail.com> Aug 22 2008
- Jacob Carlborg <doobnet gmail.com> Aug 22 2008
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/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
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
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
Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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=
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.=
Aug 21 2008
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
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
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
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
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
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









=?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> 