Thread overview
version(TANGOSVN) needed?
Aug 27, 2008
yidabu
Aug 28, 2008
Jesse Phillips
Aug 28, 2008
Frank Benoit
August 27, 2008
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/


August 28, 2008
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.
August 28, 2008
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.