You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Douglas Service <ds...@gmail.com> on 2017/03/18 02:42:55 UTC

Visual Studio 2017 Update is available

A Visual Studio 2017 update is available. You can get to it by Tools ->
Extensions and Updates -> Updates -> Product Updates. This update has a
number of bug fixes see fixes
https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes. REEF
builds properly with the update.

Doug

Re: Visual Studio 2017 Update is available

Posted by Douglas Service <ds...@gmail.com>.
Yes, it does not address that issues.

On Sun, Mar 19, 2017 at 8:03 AM, Markus Weimer <ma...@weimo.de> wrote:

> Thanks for the info!
>
> On Fri, Mar 17, 2017 at 7:42 PM, Douglas Service <ds...@gmail.com>
> wrote:
> > REEF builds properly with the update.
>
> However, the update doesn't address the issue we hit with needing to
> target Windows 10 from VS 2017, right? On my machine I still get the
> following errors if I don't:
>
> ```
> fatal error C1083: Cannot open include file: 'stdio.h': No such file
> or directory
> ```
>
> Thanks,
>
> Markus
>

Re: Visual Studio 2017 Update is available

Posted by Markus Weimer <ma...@weimo.de>.
Thanks for the info!

On Fri, Mar 17, 2017 at 7:42 PM, Douglas Service <ds...@gmail.com> wrote:
> REEF builds properly with the update.

However, the update doesn't address the issue we hit with needing to
target Windows 10 from VS 2017, right? On my machine I still get the
following errors if I don't:

```
fatal error C1083: Cannot open include file: 'stdio.h': No such file
or directory
```

Thanks,

Markus