Re: [Mingw-w64-public] d2d1_1.h : plenty of C API missing

2020-11-05 Thread Vincent Torri
On Thu, Nov 5, 2020 at 5:30 PM Biswapriyo Nath wrote: > > Vincent Torri, if you are not familiar with the header files here, I > may send the required patches this week. i'm not familiar at all with the mingw-w64 headers, indeed. I'm just guessing stuff by comparing what is in d2d1.h, d2d1_1.h a

Re: [Mingw-w64-public] d2d1_1.h : plenty of C API missing

2020-11-05 Thread Biswapriyo Nath
Vincent Torri, if you are not familiar with the header files here, I may send the required patches this week. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] d2d1_1.h : plenty of C API missing

2020-11-05 Thread Vincent Torri
On Thu, Nov 5, 2020 at 3:18 PM Liu Hao wrote: > > 在 2020/11/5 21:37, Vincent Torri 写道: > > > > i can add what is missing part by part in d2d1.h. What is the standard > > procedure ? if there is a github mirror and if PR are a possible way > > to provide patches, i can do that > > > > regards > > >

Re: [Mingw-w64-public] d2d1_1.h : plenty of C API missing

2020-11-05 Thread Liu Hao
在 2020/11/5 21:37, Vincent Torri 写道: > > i can add what is missing part by part in d2d1.h. What is the standard > procedure ? if there is a github mirror and if PR are a possible way > to provide patches, i can do that > > regards > > You may clone the mingw-w64 repo, commit your changes local

Re: [Mingw-w64-public] d2d1_1.h : plenty of C API missing

2020-11-05 Thread Vincent Torri
On Wed, Nov 4, 2020 at 8:08 PM Jacek Caban wrote: > > On 04/11/2020 10:31, Biswapriyo Nath wrote: > > > I would like to avoid the manual editing of d2d1 header files. I tried > > to import d2d1.idl and d2d1_1.idl from wine. widl produces the > > corresponding headers file without any errors. But w

Re: [Mingw-w64-public] Although __try1 is active SEH is not captured

2020-11-05 Thread Liu Hao
在 2020/11/5 下午4:11, gmail Vladimir Koković 写道: > Hi, > > After a sleepless night the morning wit is something completely different, so > the analysis is now > also different! > > I made a new simpler test example and the situation is as follows: > 1. .cpp and .ii have two successive code blocks

Re: [Mingw-w64-public] Although __try1 is active SEH is not captured

2020-11-05 Thread Liu Hao
[Please 'reply to list' or 'reply to all' instead of sending to me personally.] 在 2020/11/5 下午4:38, gmail Vladimir Koković 写道: > HI, > > You didn't notice that _catchVK is with noexcept (false). > > That's irrelevant. The compiler may assume that the `catch` block is never executed, only bec