Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Visual Studio 2017 support #5

Open
ghost opened this issue Jul 22, 2017 · 2 comments
Open

Visual Studio 2017 support #5

ghost opened this issue Jul 22, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 22, 2017

Hello. Will MSVC 2017 support? I tried compile, but not compiling.

@nyorain
Copy link
Owner

nyorain commented Jul 22, 2017

Hey i guess MSVC 2017 has not implemented most of C++17 yet, so it will not work for the moment. As soon as Microsoft ships a solid C++17 compiler I will probably see to it.

@nyorain
Copy link
Owner

nyorain commented Aug 22, 2020

While VS 2017 won't be supported for the reasons explained in detail in #8, I just checked and Microsoft indeed managed to fix C++ support in MSVC during the last years far enough that vpp can be compiled on VS 2019 (with some minor patches that are mostly fixes for errors on my side, will push the update soon). The only remaining problem is that to compile vpp as dll, we have to declare all symbols as dllexport which is a pain in the ass but I'll probably end up doing it.

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

No branches or pull requests

1 participant