Re: [Mingw-w64-public] Can the project that includes netinet/tcp.h be built with MinGW?

2023-05-06 Thread Biswapriyo Nath
No, netinet/tcp.h can not be provided by mingw-w64. Most of the time, winsock.h or winsock2.h is used to port networking APIs to Windows. If a project requires netinet/tcp.h, that may means it does not even support native Windows platform. In that case, gnulib or cygwin should be used instead. __

[Mingw-w64-public] Can the project that includes netinet/tcp.h be built with MinGW?

2023-05-06 Thread Yuri
Some online references suggest that gnulib can be used for this, but the MinGW installer doesn't offer it to install. Thanks, Yuri ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listin

Re: [Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-05-06 Thread Biswapriyo Nath
Could you share the procedure to compile the project with mingw-w64 toolchain? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] License of certain files in mingw-w64-crt

2023-05-06 Thread Sven Köhler
Dear mingw-w64 maintainers, I'm currently doing a license screening of mingw-w64 source tree. I stumbled across a couple of files that have a strange license header. They may have been imported from some other project. But still, the license statement should be fixed. Here's a list: * mingw-

[Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-05-06 Thread Paul Jackson
Hello, I'm trying to port part of this code: https://github.com/TranslucentTB/TranslucentTB/tree/develop/ExplorerTAP And MinGW is missing some of the definitions. I was able to compile it by copying the following files from the Windows SDK: windows.ui.xaml.hosting.desktopwindowxamlsource.h xamlOM.

Re: [Mingw-w64-public] [PATCH 1/3] crt: Add non-inline variant of UCRT _scprintf, _snprintf and _snscanf functions

2023-05-06 Thread Pali Rohár
On Friday 21 April 2023 18:46:01 Pali Rohár wrote: > On Friday 23 December 2022 17:21:38 Pali Rohár wrote: > > On Friday 23 December 2022 22:20:25 LIU Hao wrote: > > > 在 2022-12-04 21:49, Pali Rohár 写道: > > > > Format attributes is interesting issue. Because there are already > > > > following > >

Re: [Mingw-w64-public] snprintf without stdio.h does not work

2023-05-06 Thread Pali Rohár
On Friday 21 April 2023 18:38:34 Pali Rohár wrote: > On Thursday 29 December 2022 00:22:24 Martin Storsjö wrote: > > On Wed, 28 Dec 2022, Pali Rohár wrote: > > > > > Hello! I did another test on master branch of mingw-w64 with very simple > > > snprintf test.c program which does not include any he

Re: [Mingw-w64-public] gcc parameter -mcrtdll= for choosing Windows C RunTime DLL library

2023-05-06 Thread Pali Rohár
On Friday 21 April 2023 18:23:28 Pali Rohár wrote: > On Sunday 04 December 2022 20:48:30 LIU Hao wrote: > > 在 2022-12-04 20:16, Pali Rohár via Gcc 写道: > > > Hello! I would like to ask gcc people, what do you think about such > > > proposed -mcrtdll= parameter? > > > > > > There are lot of unoffici