Thread overview
windows.d
Feb 20, 2003
Keir
Feb 20, 2003
Walter
May 20, 2003
Keir
May 21, 2003
Walter
February 20, 2003
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
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
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
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...
> >
> >
>
>
>