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 I

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] 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 module