-
Notifications
You must be signed in to change notification settings - Fork 349
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 - toolset update #41
Conversation
ClientI test Win client <--> Linux Server
Everything works fine (even with patch from #20 ). ServerDoes not work. If I start client on Debian Stretch and try to connect to my Windows 10 Home, it fails with |
For your suggestion, I need to upgrade my environment. I'll do in a few days. Can you create another PR in single squashed commit to master branch? |
ok, I will do it later this week. |
I have updated toolset with no ATL/MFC support because ATL/MFC is too big package. BTW, build reports "warning MSB8038: Spectre mitigation is enabled but Spectre mitigated libraries are not found" (Please refer MSDN). So how about disabling /Qspectre option when you create a squashed commit? |
7bdef65
to
664b032
Compare
@cezuni I test code on new virtual without MFC, ATL, ... and it seems to work. But for sure - can you try to compile branch with your environment? |
@cezuni Thank You. Can we close to PR? |
Yes, you can. But can you look at a similar issue? |
PR for Toolset update.
New MSVC compiller and newest WDK 10 can improve performance and stability.
If the PR will be approved I wil lsquash all commits into one.