Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual studio 2019 (16.3.1) Compilation issue #39

Closed
Gazolik opened this issue Sep 30, 2019 · 3 comments
Closed

Visual studio 2019 (16.3.1) Compilation issue #39

Gazolik opened this issue Sep 30, 2019 · 3 comments

Comments

@Gazolik
Copy link

Gazolik commented Sep 30, 2019

Visual studio professional 2019 16.3.1
MSVC 14.23.28105

Works with MSVC 14.22.27905.
A new deprecation warning has been added to MSVC, defined in <experimental/filesystem>:

#ifndef _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#error The <experimental/filesystem> header providing std::experimental::filesystem is deprecated by Microsoft \
and will be REMOVED. It is superseded by the C++17 <filesystem> header providing std::filesystem. \
You can define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING to acknowledge that you have received this warning.
#endif // _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING

So the public.sdk/source/vst/hosting/module_win32.cpp can't compile.

@Gazolik Gazolik closed this as completed Sep 30, 2019
@Gazolik Gazolik reopened this Sep 30, 2019
@olilarkin
Copy link

same error here

@MirkoCovizzi
Copy link

MirkoCovizzi commented Nov 15, 2019

I solved by adding the preprocessor definition "_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING" to the validator and editorhost projects.

@scheffle
Copy link
Collaborator

scheffle commented Dec 3, 2019

Should be solved now with the 3.6.14 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants