|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - Problem building DWT-Win
Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike. Apr 01 2009
在 Wed, 01 Apr 2009 17:44:17 +0800,Mike James <foo bar.com> 写道:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike. Apr 01 2009
davidl schrieb:在 Wed, 01 Apr 2009 17:44:17 +0800,Mike James <foo bar.com> 写道:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit .Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike. Apr 01 2009
Mike James wrote:Hi, I got this error with latest trunk Tango, DMD 1.042 and latest trunk DWT-Win... d dwt\widgets\Widget.d -ofDD-dwt.lib dwt\dwthelper\InflaterInputStream.d(34): Error: function tango.io.device.Conduit ..Conduit.load (uint) does not match parameter types (InputStreamWrapper,void[]) dwt\dwthelper\InflaterInputStream.d(34): Error: cannot implicitly convert expres sion (dst) of type void[] to uint Command c:\dsss\bin\rebuild.exe returned with code 1, aborting. Error: Command failed, aborting. C:\dwt-win> Regards, Mike. May 27 2009
|