>
> > > > > Could you post your converted source somewhere? It could be an
> issue
> > > with
> > > > > particular method prototype,
> > > > > for example for GetSize() correct C prototype would be:
> > > > >
> > > > > D2D1_SIZE_F * target_GetSize(ID2D1HwndRenderTarget *iface,
> > D2D1_SIZE_F
> > >
On Sat, Nov 23, 2019 at 10:12 PM Arthur Girardi
wrote:
> > > > Could you post your converted source somewhere? It could be an issue
> > with
> > > > particular method prototype,
> > > > for example for GetSize() correct C prototype would be:
> > > >
> > > > D2D1_SIZE_F * target_GetSize(ID2D1HwndR
> > > Could you post your converted source somewhere? It could be an issue
> with
> > > particular method prototype,
> > > for example for GetSize() correct C prototype would be:
> > >
> > > D2D1_SIZE_F * target_GetSize(ID2D1HwndRenderTarget *iface, D2D1_SIZE_F
> > > *size)
> > >
> >
> > I've uploa
On Sat, Nov 23, 2019 at 9:27 PM Arthur Girardi
wrote:
> Em sáb., 23 de nov. de 2019 às 14:27, Nikolay Sivov
> escreveu:
>
> > On Sat, Nov 23, 2019 at 8:12 PM Arthur Girardi
> > wrote:
> >
> > > > > I'm building the WIC Viewer using Direct2D[1] sample from
> Microsoft,
> > > > > converted to C,
Em sáb., 23 de nov. de 2019 às 14:27, Nikolay Sivov
escreveu:
> On Sat, Nov 23, 2019 at 8:12 PM Arthur Girardi
> wrote:
>
> > > > I'm building the WIC Viewer using Direct2D[1] sample from Microsoft,
> > > > converted to C, and I'm getting some strange SIGSERV at the function
> > > > ID2D1HwndRen
On Sat, Nov 23, 2019 at 8:12 PM Arthur Girardi
wrote:
> > > I'm building the WIC Viewer using Direct2D[1] sample from Microsoft,
> > > converted to C, and I'm getting some strange SIGSERV at the function
> > > ID2D1HwndRenderTarget_GetSize(m_pRT) when the program is compiled with
> > gcc
> > > 9.
> > I'm building the WIC Viewer using Direct2D[1] sample from Microsoft,
> > converted to C, and I'm getting some strange SIGSERV at the function
> > ID2D1HwndRenderTarget_GetSize(m_pRT) when the program is compiled with
> gcc
> > 9.x on a x86_64 system. No problem occurs when compiled with any gcc
在 2019/11/23 4:45, Arthur Girardi 写道:
> Hello,
>
> I'm building the WIC Viewer using Direct2D[1] sample from Microsoft,
> converted to C, and I'm getting some strange SIGSERV at the function
> ID2D1HwndRenderTarget_GetSize(m_pRT) when the program is compiled with gcc
> 9.x on a x86_64 system. No