digitalmars.D.dwt - DWT Eclipse Forms
- Frank Benoit (3/3) May 23 2008 DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse
- yidabu (11/15) May 23 2008 Great works!
- yidabu (24/28) May 24 2008 dwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, ...
- yidabu (11/35) May 24 2008 the compile time is terrible, it takes some hours to build a static dwtx...
- Frank Benoit (2/3) May 24 2008 So what can be done to make it better?
- yidabu (12/16) May 24 2008 perhaps we should write a build-dwt-app.exe like tango does ( build-tang...
- Frank Benoit (2/27) May 24 2008 thx, it is fixed
- BLS (5/9) May 26 2008 Thanks!
DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.html
May 23 2008
On Sat, 24 May 2008 08:43:45 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.htmlGreat works! -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 23 2008
On Sat, 24 May 2008 08:43:45 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.htmldwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
May 24 2008
On Sat, 24 May 2008 20:19:52 +0800 yidabu <yidabu.spam gmail.com> wrote:On Sat, 24 May 2008 08:43:45 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:the compile time is terrible, it takes some hours to build a static dwtx.lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.htmldwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int
May 24 2008
yidabu schrieb:the compile time is terrible, it takes some hours to build a static dwtx.libSo what can be done to make it better?
May 24 2008
On Sun, 25 May 2008 05:05:51 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:yidabu schrieb:perhaps we should write a build-dwt-app.exe like tango does ( build-tango-app.exe in tango\lib\ ) that use dmd directly to build dwt.lib and dwtx.lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/the compile time is terrible, it takes some hours to build a static dwtx.libSo what can be done to make it better?
May 24 2008
yidabu schrieb:On Sat, 24 May 2008 08:43:45 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:thx, it is fixedDWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.htmldwtx.lib dsss build error (with dwt-win svn, dwt-addons svn, dsss 0.75, dmd 1.028 ): dwtx\ui\forms\widgets\Section.d(125): function dwt.widgets.Control.Control.setBa ckgroundImage called with argument types: (void*) matches both: dwt.widgets.Control.Control.setBackgroundImage(Image) and: dwt.widgets.Control.Control.setBackgroundImage(void*) dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: undefined identifier Math dwtx\ui\internal\forms\widgets\ControlSegment.d(71): Error: function expected be fore (), not 2147483647 of type int
May 24 2008
Frank Benoit schrieb:DWT-Addons has now the new package dwtx.ui.forms a port of the Eclipse Forms. http://www.eclipse.org/articles/Article-Forms/article.htmlThanks! So what's left ? Draw2D; at least the name is allready authentic :) B
May 26 2008