Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-20 Thread Mark Harmstone
I get where you're coming from, but I think it's even worse to include a header file without the corresponding LIB, which is the current situation. From what I gather, Microsoft have purposefully made this library hard to find, to discourage its use - their preferred method is CLR nowadays. That's

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-20 Thread Mark Harmstone
On 20/5/21 3:28 pm, Liu Hao wrote: > 在 2021-05-18 07:26, Mark Harmstone 写道: >> This is the counterpart to srv.h, used to create extended stored >> procedures for MSSQL. >> >> Signed-off-by: Mark Harmstone >> --- >>   mingw-w64-crt/Makefile.in    | 98 >>   mingw

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-20 Thread Alexey Pavlov
I don’t think it is good idea provide library that not part of SDK. Regards, Alexey > 20 мая 2021 г., в 17:29, Liu Hao написал(а): > > 在 2021-05-18 07:26, Mark Harmstone 写道: >> This is the counterpart to srv.h, used to create extended stored >> procedures for MSSQL. >> Signed-off-by: Mark Harm

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-20 Thread Liu Hao
在 2021-05-18 07:26, Mark Harmstone 写道: This is the counterpart to srv.h, used to create extended stored procedures for MSSQL. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.in| 98 mingw-w64-crt/aclocal.m4 | 17 -- mingw-w64-crt

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-18 Thread Mark Harmstone
On 18/5/21 5:23 am, Biswapriyo Nath wrote: > Where do those files come from? I can not find srv.h and opends60 > library in Microsoft Windows SDK 10.0.19041.0. It's a bit unusual. srv.h is part of the MSVC CRT, rather than the Windows Kits (despite #including windows.h), and has also been part of

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Biswapriyo Nath
Where do those files come from? I can not find srv.h and opends60 library in Microsoft Windows SDK 10.0.19041.0. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread JonY via Mingw-w64-public
On 5/17/21 11:28 PM, Mark Harmstone wrote: Sorry, I messed up the subject line - this is a standalone patch. Please do not include any regenerated files in the patch for review, thanks. OpenPGP_signature Description: OpenPGP digital signature ___ M

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Mark Harmstone
Sorry, I messed up the subject line - this is a standalone patch. On 18/5/21 12:26 am, Mark Harmstone wrote: > This is the counterpart to srv.h, used to create extended stored > procedures for MSSQL. > > Signed-off-by: Mark Harmstone > --- > mingw-w64-crt/Makefile.in| 98

[Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Mark Harmstone
This is the counterpart to srv.h, used to create extended stored procedures for MSSQL. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.in| 98 mingw-w64-crt/aclocal.m4 | 17 -- mingw-w64-crt/configure.ac | 10 ++-- mingw-w64-crt