Re: [7/7] Add ID3D10Device interface and implement it's IUnknown methods

2007-06-12 Thread H. Verbeet
On 13/06/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > +FIXME("ID3D10Device interface is not binary compatible to windows > > yet\n"); > > Actually, a void * is binary compatible with IDGXIAdapter * But the IDirect3D10Device interface isn't yet, thats why I suggested such a fixme for the

Re: [7/7] Add ID3D10Device interface and implement it's IUnknown methods

2007-06-12 Thread Stefan Dösinger
> > +FIXME("ID3D10Device interface is not binary compatible to windows > > yet\n"); > > Actually, a void * is binary compatible with IDGXIAdapter * But the IDirect3D10Device interface isn't yet, thats why I suggested such a fixme for the start.

Re: [7/7] Add ID3D10Device interface and implement it's IUnknown methods

2007-06-12 Thread Stefan Dösinger
Am Mittwoch, 13. Juni 2007 00:17 schrieb Kovács András: > [7/7] Add ID3D10Device interface and implement it's IUnknown methods >+object->lpVtbl = &D3D10Device_Vtbl; >+object->ref = 0; Spotted by KittyCat on irc. The ref should be 1. Either set it to 1, or call ID3

Re: [7/7] Add ID3D10Device interface and implement it's IUnknown methods

2007-06-12 Thread H. Verbeet
On 13/06/07, Kovács András <[EMAIL PROTECTED]> wrote: +TRACE("Adapter %p, Driver Type %d, Software Module handle %p, Flags %08x, SDKVersion %d, Device %p\n", + Adapter, DriverType, Software, Flags, SDKVersion, Device); I think the DriverType should be traces as string there (ie, us