Thread overview |
---|
February 12, 2003 what does "xxxx has initializer Object" mean ? | ||||
---|---|---|---|---|
| ||||
Just recompiling my dx libs, I get the warning "primSurface has initializer Object" from the code IDirectDrawSurface primSurface = null; and it seems that my old dx code no longer works ... has something changed in the way COM interfaces are handled ? Mike. |
February 13, 2003 Re: what does "xxxx has initializer Object" mean ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Wynn | Hmm, that's a debug message that shouldn't be appearing (it's commented out in the source). Are you using the latest build? "Mike Wynn" <mike.wynn@l8night.co.uk> wrote in message news:b2cbnq$272j$1@digitaldaemon.com... > Just recompiling my dx libs, > I get the warning "primSurface has initializer Object" > > from the code > IDirectDrawSurface primSurface = null; > > and it seems that my old dx code no longer works ... > has something changed in the way COM interfaces are handled ? > > Mike. > > > |
February 13, 2003 Re: what does "xxxx has initializer Object" mean ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | right, 0.52 not 0.53 yes its gone away :) been replaced with Max # of fixups = 708 is this something I should consider important ? "Walter" <walter@digitalmars.com> wrote in message news:b2glao$2aas$2@digitaldaemon.com... > Hmm, that's a debug message that shouldn't be appearing (it's commented out > in the source). Are you using the latest build? > > "Mike Wynn" <mike.wynn@l8night.co.uk> wrote in message news:b2cbnq$272j$1@digitaldaemon.com... > > Just recompiling my dx libs, > > I get the warning "primSurface has initializer Object" > > > > from the code > > IDirectDrawSurface primSurface = null; > > > > and it seems that my old dx code no longer works ... > > has something changed in the way COM interfaces are handled ? > > > > Mike. > > > > > > > > |
February 14, 2003 Re: what does "xxxx has initializer Object" mean ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Wynn | "Mike Wynn" <mike.wynn@l8night.co.uk> wrote in message news:b2gn21$2c2c$1@digitaldaemon.com... > right, 0.52 not 0.53 > yes its gone away :) > been replaced with > Max # of fixups = 708 > is this something I should consider important ? No, ignore it. -Walter |
Copyright © 1999-2021 by the D Language Foundation