www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - version(TANGOSVN) needed?

reply yidabu <yidabu.spam gmail.com> writes:
dwt.internal.win32.WINTYPES
version(TANGOSVN){
    public import tango.sys.win32.Types;

version(TANGOSVN) needed here?

-- 
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/
Aug 26 2008
next sibling parent Jesse Phillips <jessekphillips gmail.com> writes:
On Wed, 27 Aug 2008 09:23:58 +0800, yidabu wrote:

 dwt.internal.win32.WINTYPES
 version(TANGOSVN){
     public import tango.sys.win32.Types;
 
 version(TANGOSVN) needed here?
TANGOSVN was added before the last release, I think, so it might not be.
Aug 27 2008
prev sibling parent Frank Benoit <keinfarbton googlemail.com> writes:
yidabu schrieb:
 dwt.internal.win32.WINTYPES
 version(TANGOSVN){
     public import tango.sys.win32.Types;
 
 version(TANGOSVN) needed here?
 
Yes, it is needed. I am working on making DWT use the tango internal Types.di. When I do a fix to WINTYPES.d in the section that is a copy of tango Types.di, i do that change also to tango. That means, if you use Tango from SVN, it can use the tango version, if you use the last release, you need the DWT internal copy that has the newest bug fixes. Since tango 0.99.7 there where several struct size fixes applied.
Aug 28 2008