wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Update build to VS2022 (wx_vc17.sln) #24469

Closed derwin12 closed 1 month ago

derwin12 commented 1 month ago

Seems the last one is wx_vc17.sln - which works - but is it worth going thru and updating things to VS2022? Or is there nothing there to update?

vadz commented 1 month ago

Sorry what is exactly the issue here? You've already discovered that MSVS 2022 is supported, yet you open an issue about... what exactly?

derwin12 commented 1 month ago

An enhancement not an issue.. .. wondered if there is something that should be updated to 2022. There is a build for 15, 16,17 so I would presume there is some reason to have different versions. If not, fine .. just gets confusing to new users when you look for 2022 version.

vadz commented 1 month ago

An enhancement of what? I'm sorry but I genuinely have no idea what the problem is, please try to explain it.

There are different solution files for the different MSVS versions because each of them needs their own solution, obviously.

derwin12 commented 1 month ago

I don't know the differences in 2017 and 2022. Perhaps its as simple as saving/committing a new wx_vc22.sln file. Just to keep things in sync with the newer version of VS that people are using. If not fine .. close the feature request - just figured it should be atleast considered to see if there is a need to make this current.

MaartenBent commented 1 month ago

Visual Studio 2022 is version 17: https://en.wikipedia.org/wiki/Visual_Studio#History

derwin12 commented 1 month ago

Wow .. now that IS confusing .. ok...