Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 40 and Version 41 of WikiStart

Show
Ignore:
Author:
yidabu (IP: 122.237.165.45)
Timestamp:
02/13/11 07:05:47 (13 years ago)
Comment:

DWin 0.40 released

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v40 v41  
    1 DWin is a library for the D Programming language, Packages included in DWin cover such areas as : Windows COM client programming, Windows IE autmation, PCRE Regular Expression, SQLite D wrapper and more...  
     1= Welcome to DWin = 
    22 
    3 DWin 0.39 has been released, tested with DMD 1.042 and Tango 0.99.8 on Windows (should works on Linux too) 
     3== OverView == 
     4 
     5DWin is a library for the D Programming language, Packages included in DWin cover such areas as : Windows COM client programming, Windows IE automation, PCRE Regular Expression, SQLite D wrapper and more...  
     6 
     7DWin 0.40 has been released with pr-build static dwin.lib in dwin/lib directory for Windows, tested with DMD 1.056 and Tango 0.99.9 on Windows (should works on Linux too) 
    48 
    59 
    610Download DWin  
     11http://www.dsource.org/projects/dwin/changeset/377/trunk?old_path=%2F&format=zip 
    712 
    8 http://www.dsource.org/projects/dwin/changeset/282/trunk?old_path=%2F&format=zip 
    9  
    10 Download SciTE4D 0.18 
    11  
     13Download SciTE4D 0.19 
    1214http://svn.dsource.org/projects/dwin/downloads/scite4d/scite4d.exe 
    13  
    14 http://svn.dsource.org/projects/dwin/downloads/scite4d/scite4dsetup.exe (in Chinese) 
    1515 
    1616[http://dwin.d-programming-language-china.org/ D语言库DWin(Chinese)] 
    3131* dwin.sys.win32.ie :  
    3232 
    33     wrappers of Windows Internet Exploer functions.     
     33    wrappers of Windows Internet Exploer functions. 
    3434 
    3535* dwin.text.pcre : 
    3636 
    3737        The Regular Expression module in D based on the PCRE lib by iceeLyne. 
     38     
     39* dwin.database.sqlite : 
     40 
     41        SQLite database D wrapper by iceeLyne.     
    3842 
    3943    And more... 
    4448 * svn     : svn co http://svn.dsource.org/projects/dwin/trunk dwin 
    4549 
    46  * stable  : http://www.dsource.org/projects/dwin/changeset/282/trunk?old_path=%2F&format=zip 
     50 * stable  : http://www.dsource.org/projects/dwin/changeset/377/trunk?old_path=%2F&format=zip 
    4751 
    4852 
    5458 
    5559''' 1 ''' Download and install DSSS from  
    56  
    57  
    5860[http://www.dsource.org/projects/dsss DSSS] 
    5961 
    1041067 May 2008, DWin 0.37 released 
    105107 
    106 6 Aug 2008, DWin 0.38 released 
     1086 August 2008, DWin 0.38 released 
    107109 
    10811013 Apr 2009, DWin 0.39 released 
    109111    * What's New: added all Windows XP COM type library 
     112    * Break Changes: Rename Windows COM Variant to VARIANT 
    110113    * Bug fixes: fixed dmd compiling warning. 
     114 
     11513 Feb 2011 DWin 0.40 released 
     116    revision 377 
     117    Update to DMD 1.056, Tango 0.99.9 
     118    pcre.lib updated to PCRE 8.02, sqlite3.lib updated to SQLite 3.6.23.1 
    111119 
    112120== Maintainer == 
    113121 
    114122 * dyuyan at gmail dot com 
    115