digitalmars.D - DWT build error function tango.io.FileSystem.FileSystem.toAbsolute is
- tuanhoanganh (7/7) Nov 02 2010 I am a newbie of D language and DWT.
- Moritz Warning (3/15) Nov 03 2010 Try to change tango.io.FileSystem.FileSystem.toAbsolute
I am a newbie of D language and DWT. When i build DWT (lastest hg) and D language 1.0.65 i have a error "...\dwt-win\dwt\dwthelper\File.d(80): Error: function tango.io.FileSystem.FileSystem.toAbsolute is deprecated" How to fix it? Thank in advance Tuan Hoang Anh
Nov 02 2010
On Wed, 03 Nov 2010 13:39:49 +0700, tuanhoanganh wrote:I am a newbie of D language and DWT. When i build DWT (lastest hg) and D language 1.0.65 i have a error "...\dwt-win\dwt\dwthelper\File.d(80): Error: function tango.io.FileSystem.FileSystem.toAbsolute is deprecated" How to fix it? Thank in advance Tuan Hoang Anh I am a newbie of D language and DWT.<br>When i build DWT (lastest hg) and D language 1.0.65 i have a error "...\dwt-win\dwt\dwthelper\File.d(80): Error: function tango.io.FileSystem.FileSystem.toAbsolute is deprecated"<br> How to fix it?<br>Thank in advance<br><br>Tuan Hoang Anh<br>Try to change tango.io.FileSystem.FileSystem.toAbsolute to tango.io.FilePath.absolute
Nov 03 2010