Re: Minimum msvc version to compile apr/trunk on Windows

2022-01-13 Thread William A Rowe Jr
On Thu, Dec 2, 2021 at 1:33 PM Mladen Turk wrote: > > On 02/12/2021 13:21, Ivan Zhakov wrote: > > On Wed, 1 Dec 2021 at 21:26, Mladen Turk > > wrote: > > > > So no uuidof used in recent Windows SDK. > > > > Btw Visual Studio 2008 support ended April 10, 2018 [1]. > > Sure

Re: Minimum msvc version to compile apr/trunk on Windows

2022-01-13 Thread William A Rowe Jr
On Fri, Dec 10, 2021 at 8:47 AM Ivan Zhakov wrote: > > On Thu, 2 Dec 2021 at 22:33, Mladen Turk wrote: >> >> Issues with API beyond Windows SDK 7.1.A >> (Latest one supporting Windows 7.1sp1) >> >> It just means apr-2 won't be able to run on anything below Windows 10. >> There a lots of code you

Re: Minimum msvc version to compile apr/trunk on Windows

2021-12-10 Thread Ivan Zhakov
On Thu, 2 Dec 2021 at 22:33, Mladen Turk wrote: > > > On 02/12/2021 13:21, Ivan Zhakov wrote: > > On Wed, 1 Dec 2021 at 21:26, Mladen Turk > > wrote: > > > > > > So no uuidof used in recent Windows SDK. > > > > Btw Visual Studio 2008 support ended April 10, 2018 [1]. > >

Re: Minimum msvc version to compile apr/trunk on Windows

2021-12-02 Thread Mladen Turk
On 02/12/2021 13:21, Ivan Zhakov wrote: On Wed, 1 Dec 2021 at 21:26, Mladen Turk > wrote: So no uuidof used in recent Windows SDK. Btw Visual Studio 2008 support ended April 10, 2018 [1]. Sure, being abld to build with VS2008 is not a problem. Issues with API bey

Re: Minimum msvc version to compile apr/trunk on Windows

2021-12-02 Thread Ivan Zhakov
On Wed, 1 Dec 2021 at 21:26, Mladen Turk wrote: > So I tried few Microsoft Visual Studio versions... > > #1 Visual Studio 2008 > >cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DAPR_BUILD_TESTAPR=ON > -- The C compiler identification is MSVC 15.0.30729.1 > -- Detecting C compiler ABI info > --

Minimum msvc version to compile apr/trunk on Windows

2021-12-01 Thread Mladen Turk
So I tried few Microsoft Visual Studio versions... #1 Visual Studio 2008 >cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DAPR_BUILD_TESTAPR=ON -- The C compiler identification is MSVC 15.0.30729.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done >ninja ... C:\Workplace\a