Re: [Mingw-w64-public] How to compile a module including dwrite.h with C compiler?

2020-05-04 Thread Nikolay Sivov
On 5/4/20 2:22 PM, Ruslan Garipov wrote: Hello! The IDWriteTextLayout[1] interface inherits from the IDWriteTextFormat[2] one.  Both declare, for example, GetFontCollection() members.  Therefore, IDWriteTextLayout exploits C++ function overloading, which isn't available in C. And that's where

[Mingw-w64-public] How to compile a module including dwrite.h with C compiler?

2020-05-04 Thread Ruslan Garipov
Hello! The IDWriteTextLayout[1] interface inherits from the IDWriteTextFormat[2] one. Both declare, for example, GetFontCollection() members. Therefore, IDWriteTextLayout exploits C++ function overloading, which isn't available in C. And that's where I failed: I need to compile a C code

Re: [Mingw-w64-public] How to compile a module including dwrite.h with C compiler?

2020-05-04 Thread Biswapriyo Nath
Can you provide the project link which you want to compile? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers/ddk: add wdmsec.h file

2020-05-04 Thread Biswapriyo Nath
... From 913cd011290d5f336dd02e11222acb6102c9b6e8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 5 May 2020 00:55:46 +0530 Subject: [PATCH] headers/ddk: add wdmsec.h file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/ddk/include/ddk/wdmsec.h | 63 ++ 1

Re: [Mingw-w64-public] import dvdif.idl and wincodecsdk.idl from wine

2020-05-04 Thread Jacek Caban
Pushed to git. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Using midl/widl with MinGW

2020-05-04 Thread Björn Schäpers | MIMOT GmbH
-Ursprüngliche Nachricht- Von: Biswapriyo Nath [mailto:nathbap...@gmail.com] Gesendet: Samstag, 2. Mai 2020 10:47 An: mingw-w64-public@lists.sourceforge.net Betreff: Re: [Mingw-w64-public] Using midl/widl with MinGW Looking at the errors, it seems that the code is missing some include

[Mingw-w64-public] gcc is failing with "bad address" error

2020-05-04 Thread Vincent Torri
Hello I am using MSYS2 with mingw-w64. I have updated everything gcc version : 9.3.0 Several packages that I am building fail with the error: /mingw64/bin/x86_64-w64-mingw32-gcc: Bad address Does someone know what is happening, here ? thank you Vincent Torri