Re: [Mingw-w64-public] direct2d functions work with C++ API, but not with C API

2022-01-15 Thread Vincent Torri
hello On Sat, Jan 15, 2022 at 9:28 AM Vincent Torri wrote: > > On Sat, Jan 15, 2022 at 7:43 AM Nikolay Sivov wrote: > > > > > > > > On 1/14/22 23:05, Vincent Torri wrote: > > > On Fri, Jan 14, 2022 at 6:31 PM Nikolay Sivov > > > wrote: > > >>> on the contrary, CreateBitmap(), DrawBitmap(), Beg

Re: [Mingw-w64-public] [PATCH 1/2] crt: Add fallback _vscprintf() implementation

2022-01-15 Thread Pali Rohár
On Friday 14 January 2022 01:36:10 Pali Rohár wrote: > On Thursday 13 January 2022 23:22:10 Martin Storsjö wrote: > > On Wed, 12 Jan 2022, Pali Rohár wrote: > > > > > Original MSVC 6.0 msvcrt.dll library does not provide _vscprintf() > > > function. MinGW-w64 __ms_snprintf() and __ms_vsnprintf() i

Re: [Mingw-w64-public] direct2d functions work with C++ API, but not with C API

2022-01-15 Thread Vincent Torri
On Sat, Jan 15, 2022 at 7:43 AM Nikolay Sivov wrote: > > > > On 1/14/22 23:05, Vincent Torri wrote: > > On Fri, Jan 14, 2022 at 6:31 PM Nikolay Sivov > > wrote: > >>> on the contrary, CreateBitmap(), DrawBitmap(), BeginDraw(), EndDraw() > >>> or SetTransform() are working with the C API. > >>> >