Thread overview |
---|
February 20, 2003 windows.d | ||||
---|---|---|---|---|
| ||||
C:\DMD\BIN\..\src\phobos\windows.d(1523): cannot implicitly convert int to uint line 1523 says WS_POPUP = (int)0x80000000, is this like that for a particular reason? it doesn't seem to want to compile as it stands... |
February 20, 2003 Re: windows.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Keir | Hmm. It compiles here. "Keir" <keir@verizon.xyz.net> wrote in message news:b31eu4$14us$1@digitaldaemon.com... > C:\DMD\BIN\..\src\phobos\windows.d(1523): cannot implicitly convert int to > uint > > line 1523 says > > WS_POPUP = (int)0x80000000, > > is this like that for a particular reason? > > it doesn't seem to want to compile as it stands... > > |
May 20, 2003 Re: windows.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | I'm simply using the default/basic extraction in the windows environment... windows.d is imported on the first line... (although, with 0.63 its moved to c:\dmd\bin\..\src\phobos\windows.d(1566): cannot implicitly convert int to uint ...now) "Walter" <walter@digitalmars.com> wrote in message news:b328h4$1qni$1@digitaldaemon.com... Hmm. It compiles here. "Keir" <keir@verizon.xyz.net> wrote in message news:b31eu4$14us$1@digitaldaemon.com... > C:\DMD\BIN\..\src\phobos\windows.d(1523): cannot implicitly convert int to > uint > > line 1523 says > > WS_POPUP = (int)0x80000000, > > is this like that for a particular reason? > > it doesn't seem to want to compile as it stands... > > |
May 21, 2003 Re: windows.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Keir | But I compile it all the time (to build phobos.lib). "Keir" <keir@verizon.net> wrote in message news:bae5cv$ct3$1@digitaldaemon.com... > I'm simply using the default/basic extraction in the windows environment... > windows.d is imported on the first line... (although, with 0.63 its moved > to > c:\dmd\bin\..\src\phobos\windows.d(1566): cannot implicitly convert int to > uint > ...now) > > "Walter" <walter@digitalmars.com> wrote in message > news:b328h4$1qni$1@digitaldaemon.com... > Hmm. It compiles here. > > "Keir" <keir@verizon.xyz.net> wrote in message news:b31eu4$14us$1@digitaldaemon.com... > > C:\DMD\BIN\..\src\phobos\windows.d(1523): cannot implicitly convert int to > > uint > > > > line 1523 says > > > > WS_POPUP = (int)0x80000000, > > > > is this like that for a particular reason? > > > > it doesn't seem to want to compile as it stands... > > > > > > > |
Copyright © 1999-2021 by the D Language Foundation