Thread overview
DWin 0.2 released
Oct 21, 2007
yidabu
Oct 21, 2007
Radu
Oct 23, 2007
yidabu
October 21, 2007

DWin is a Tango based library for simple but useful D, Extensions to Tango, A collection of handy Tango based codes.

Anyone is free to suggest or contribute to DWin.

Current Version : 0.2

 Current branches of the DWin include: 当前版本部分功能

* dwin.core.com :

    ported juno.com to Tango.

* dwin.sys.win32.Registry:

    ported juno.utils.registry to Tango.

* dwin.sys.win32.ie :

    wrappers of Windows Internet Exploer functions.

* dwin.sys.win32.ShellLink :

    Create shortcut on Windows.

* dwin.net.smtp.MailSender:

    Send Email via Windows cdosys.dll.

* dwin.text.Properties:

    Loads an ini style file.

    tango.text.Properties does not support multi line value and section.

    Sometimes, you can use this module instead.

* dwin.math.Bignumber:

    Can use arbitrary size of input number.

* dwin.math.Scale :

    Arbitrary Scale translate.

And Some Extensions to Tango
...

 Downloads 下载

 * svn     : svn co http://svn.dsource.org/projects/dwin/trunk dwin

 * stable  : http://www.dsource.org/projects/dwin/changeset/29/trunk?old_path=%2F&format=zip dwin-r29.zip


 Building 构建

Assume DWin at D:\d\dwin

Building a static library of DWin, Just :

 1  Download and install DSSS from
http://www.dsource.org/projects/dsss DSSS

 2  Copy D:\d\dwin\dsss.conf to D:\d\dsss.conf

 3  run

	dsss build dwin


If you want to use some Phobos functions in DWin, add -version=pho to DSSS buildflags manually.

If you want to use a few DFL functions in DWin, add -versin=DFL to DSSS buildflags manually.

 History 更新历史

10/16 2007 DWin 0.1 released.

10/21 2007 DWin 0.2 released.

 Forum 论坛

Make suggestions and ask questions in the :

http://www.dsource.org/forums/viewforum.php?f=163 DSource Forum

http://bbs.yidabu.com/forum-10-1.html Chinese Forum

 Home 主页

http://www.dsource.org/projects/dwin/ DWin

 Submissions

If you've got some Tango based code lying around that you think everyone could benefit from let us know!


 Maintainer

 * yidabu at g m a i l dot com



-- 
yidabu <yidabu.nospam@gmail.com>
D China:
http://bbs.yidabu.com/forum-10-1.html
October 21, 2007
yidabu wrote:
> DWin is a Tango based library for simple but useful D, Extensions to Tango, A collection of handy Tango based codes.
> 
Nice work!
Any plans to complete the juno port? I'm interested in
dwin.sys.win32.com.Server
October 23, 2007
Radu Wrote:

> yidabu wrote:
> > DWin is a Tango based library for simple but useful D, Extensions to Tango, A collection of handy Tango based codes.
> > 
> Nice work!
> Any plans to complete the juno port? I'm interested in
> dwin.sys.win32.com.Server


> dwin.sys.win32.com.Server


Would you please add a patch to fix this ?