Re: [Mingw-w64-public] [PATCH] Add Microsoft OLE DB driver for SQL server

2019-03-08 Thread Liu Hao
在 2019/3/7 13:08, Ruslan Garipov 写道: > Signed-off-by: Ruslan Garipov > --- > mingw-w64-crt/Makefile.in  |    4 +- Next time, please do not include the diff of generated files. 'Makefile.in' is generated from 'Makefile.am' using `autoreconf -if' so only the diff of 'Makefile.am' need a

Re: [Mingw-w64-public] [PATCH] ctime inline wrapper is also needed for msvcrt 0x1200

2019-03-08 Thread Johannes Pfau
Am 08.03.19 um 22:27 schrieb Johannes Pfau: Am 07.03.19 um 15:48 schrieb Liu Hao: 在 2019/3/7 17:45, Jacek Caban 写道: Note that when doing 32-bit builds, _USE_32BIT_TIME_T will be most likely defined so this code path will not be used. Currently (although it might be improved in the future), one

Re: [Mingw-w64-public] C++ code using Microsoft ATL (Active Template Library)

2019-03-08 Thread Liu Hao
在 2019/3/8 21:49, Matthias Apitz 写道: > El día Friday, March 08, 2019 a las 09:00:27PM +0800, Liu Hao escribió: > > Thanks for the pointer. All that DLL is only made from one small C++ > file and when I do read it right it does not make use of ATL, but only > of a CString class provided there. Mayb

Re: [Mingw-w64-public] C++ code using Microsoft ATL (Active Template Library)

2019-03-08 Thread Matthias Apitz
El día Friday, March 08, 2019 a las 09:00:27PM +0800, Liu Hao escribió: > 在 2019/3/8 20:43, Matthias Apitz 写道: > > > > Hello, > > > > The next DLL I have to recompile for 64-bit was written on top of some > > packages Microsoft ATL (Active Template Library), which includes the > > header atlbase

Re: [Mingw-w64-public] C++ code using Microsoft ATL (Active Template Library)

2019-03-08 Thread Liu Hao
在 2019/3/8 20:43, Matthias Apitz 写道: > > Hello, > > The next DLL I have to recompile for 64-bit was written on top of some > packages Microsoft ATL (Active Template Library), which includes the > header atlbase.h with VC++. Is there anything for this in MinGW? > No. But you may want to have a l

[Mingw-w64-public] C++ code using Microsoft ATL (Active Template Library)

2019-03-08 Thread Matthias Apitz
Hello, The next DLL I have to recompile for 64-bit was written on top of some packages Microsoft ATL (Active Template Library), which includes the header atlbase.h with VC++. Is there anything for this in MinGW? For more details see also: https://stackoverflow.com/questions/3898287/c-include-atl

Re: [Mingw-w64-public] Patch for finally fix fesetenv

2019-03-08 Thread Liu Hao
在 2019/3/8 15:10, Zidane Sama 写道: > Something like this? > Thanks. This testcase has been verified. I copied it into my commit message and pushed my patch. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w6