Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 25, 2024. It is now read-only.
Visual Studio 2022 support + drop Visual Studio 2013 support - #74
Closed
nullsystem wants to merge 7 commits into
Closed
Visual Studio 2022 support + drop Visual Studio 2013 support#74nullsystem wants to merge 7 commits into
nullsystem wants to merge 7 commits into
Conversation
nullsystem
commented
Apr 28, 2024
Author
Update: Confirmed Linux include #70 changes works fine/didn't fail to compile+link due to this changes |
* initializer_list now have to be included on Windows, removed Linux only ifdefs also * include typeinfo.h -> typeinfo * int:1 -> unsigned int:1 (int:1 goes from -1 to 0) * virtual deconstructor needed for some classes * public added to virtual inheritence of IForceVirtualInheritancePanel * vpc: Removed pointeroverride.asm, only used for WinXP-SP1 support * vpc: Removed support for compiler toolset lower than v143 * vpc: Supress warnings from C4456;4459;4457;4838;26945;4458;4559;4565 * Most of them are basically names kind of warnings, not too important to deal with. If wanted to, it can be done at a later time. * Take particles.lib from Source-PlusPlus VS2015 fixes by Joshua Ashton * b44ac3d0b3333ad2d2af85fa5422fca52ef18b10
Actually resolves issue (source-sdk-2013-ce:41)
* It's iffy to be doing this, but at least we're stating this is for VS2022 now
nullsystem
marked this pull request as ready for review
April 28, 2024 19:30
This was referenced Apr 29, 2024
Generally all amd64/x86-64 machines have SSE2
Agiel
commented
May 1, 2024
Can confirm that this works. I was able to set up everything from scratch with Visual Studio Community 2022. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
memoverride.cppwhich is just copied over from SDK2013-CE, most of it is really just around 80~ added/deleted lines