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

Changes between Version 17 and Version 18 of WindowsApi

Show
Ignore:
Author:
smjg (IP: 31.185.221.236)
Timestamp:
08/16/15 14:11:49 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsApi

    v17 v18  
    1 = Bindings for the Windows API = 
    2  
    3 == !GitHub mirrors == 
    4  
    5  * For the entire bindings repository: https://github.com/CS-svnmirror/dsource-bindings (updated hourly) 
    6  * Just the win32 package (usable as a submodule): https://github.com/CS-svnmirror/dsource-bindings-win32 (updated hourly) 
    7  * !AndrejMitrovic's outdated mirror: https://github.com/AndrejMitrovic/WindowsAPI ([http://forum.dlang.org/thread/mailman.835.1378215669.1719.digitalmars-d@puremagic.com more information]) 
    8  
    9 == Project description == 
    10  
    11  * [source:trunk/win32 browse the source] 
    12  * [http://www.dsource.org/projects/bindings/changeset/head/trunk/win32?old_path=/&format=zip download a snapshot of latest revision in SVN (.zip)] 
    13  * [http://www.dsource.org/projects/bindings/changeset/head/trunk/lib?old_path=/&format=zip download DMD-compatible static library (.lib) files (.zip)] 
    14  
    15 This project is a translation of the MinGW API for MS-Windows, and is being led by Stewart Gordon. (The files in the [source:trunk/win32/directx DirectX folder] are [http://www.dsource.org/forums/viewtopic.php?p=16397#16397 not based on MinGW].) 
    16  
    17 The translation effort is ongoing, and needs help to keep it going, both towards it being complete and to keep it up to date.  If you are interested in helping, please assign one or more modules to yourself using the [WindowsApi/ModuleList module list] and refer to the [WindowsApi/Instructions translation instructions]. 
    18  
    19 In order for your programs to link, you may need static libraries when using certain modules. This project includes some [source:trunk/lib DMD-compatible OMF libraries], as well as the [source:trunk/def linker definition files] used to create them. 
    20  
    21  * [http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ Latest version of the MinGW headers] 
    22  * [http://www.prowiki.org/wiki4d/wiki.cgi?WindowsAPI Old WindowsAPI page on Wiki4D] 
    23  * [http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=23918 GNU Make for Windows] 
    24  * [http://pr.stewartsplace.org.uk/d/legacy/win32.zip Older, D1-compatible version of the bindings] 
     1= Bindings for the Windows API =\r\n\r\n== Announcement ==\r\nDsource is all but abandoned now.  It hasn't been possible to commit to repositories for a while.  For this reason, the bindings have now been migrated to GitHub.  For the latest Win32 bindings, please see\r\n * https://github.com/smjgordon/bindings/tree/master/win32\r\n\r\n== !GitHub mirrors ==\r\n\r\n * For the entire bindings repository: https://github.com/CS-svnmirror/dsource-bindings (updated hourly)\r\n * Just the win32 package (usable as a submodule): https://github.com/CS-svnmirror/dsource-bindings-win32 (updated hourly)\r\n * !AndrejMitrovic's outdated mirror: https://github.com/AndrejMitrovic/WindowsAPI ([http://forum.dlang.org/thread/mailman.835.1378215669.1719.digitalmars-d@puremagic.com more information])\r\n\r\n== Project description ==\r\n\r\n * [source:trunk/win32 browse the source]\r\n * [http://www.dsource.org/projects/bindings/changeset/head/trunk/win32?old_path=/&format=zip download a snapshot of latest revision in SVN (.zip)]\r\n * [http://www.dsource.org/projects/bindings/changeset/head/trunk/lib?old_path=/&format=zip download DMD-compatible static library (.lib) files (.zip)]\r\n\r\nThis project is a translation of the MinGW API for MS-Windows, and is being led by Stewart Gordon. (The files in the [source:trunk/win32/directx DirectX folder] are [http://www.dsource.org/forums/viewtopic.php?p=16397#16397 not based on MinGW].)\r\n\r\nThe translation effort is ongoing, and needs help to keep it going, both towards it being complete and to keep it up to date.  If you are interested in helping, please assign one or more modules to yourself using the [WindowsApi/ModuleList module list] and refer to the [WindowsApi/Instructions translation instructions].\r\n\r\nIn order for your programs to link, you may need static libraries when using certain modules. This project includes some [source:trunk/lib DMD-compatible OMF libraries], as well as the [source:trunk/def linker definition files] used to create them.\r\n\r\n * [http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ Latest version of the MinGW headers]\r\n * [http://www.prowiki.org/wiki4d/wiki.cgi?WindowsAPI Old WindowsAPI page on Wiki4D]\r\n * [http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=23918 GNU Make for Windows]\r\n * [http://pr.stewartsplace.org.uk/d/legacy/win32.zip Older, D1-compatible version of the bindings]