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

Changes between Version 41 and Version 42 of WikiStart

Show
Ignore:
Author:
torhu (IP: 84.208.68.176)
Timestamp:
06/23/10 20:05:54 (14 years ago)
Comment:

updated info about version compatibility

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v41 v42  
    2424DAllegro 4.2.2.1 should work with Tango 0.99.3, 0.99.4, 0.99.5, 0.99.6, 0.99.7, and 0.99.8. 
    2525Later versions than 0.99.8 have not yet been tested. 
    26 The SVN version of some of the examples and other programs require 0.99.4 or later if using Tango
     26DAllegro SVN is compatible with Tango 0.99.9 and DMD 1.061, but support for Tango older than 0.99.8 has been dropped
    2727 
    2828 
    2929== D 2.0 == 
    30 The latest version known to work is DMD 2.026. 
    31 DAllegro is known to work with most versions from 2.008 and up.  In 2.013, volatile statements were deprecated, which I need to work around somehow.  For now, you can build with -d, which makes the compiler accept volatile 
    32 statements. 
     30The latest compiler known to work with DAllegro 4.2.2.1 is DMD 2.026.  DAllegro in SVN is updated to work with DMD 2.047. 
     31Currently you need to build with -d, which makes the compiler accept the now deprecated volatile statements.  The plan is to someday replace those with atomics. 
    3332 
    3433