Update wx_config.props, add MSVS 2026 solutions for the library and samples, and update the docs.
I have tried to unify using MSVS (IDE) and MSVC (compiler) in the matching context.
I have also slightly changed wording when it comes to the CRT (to not mention the old msvcrt explicitly).
https://github.com/wxWidgets/wxWidgets/pull/26131
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@PBfordev commented on this pull request.
> - (VC++ only.) Set this variable to build for x86_64 systems. If unset, x86 - build is performed. + (MSVC only.) Set this variable to build for the target architecture. If unset, + the the default architecture for the active Developer Command Prompt is used.⬇️ Suggested change
- the the default architecture for the active Developer Command Prompt is used. + then the default architecture for the active Developer Command Prompt is used.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Nice, thanks! I'll merge it soon and we should add CI builds using this compiler as soon as it becomes available (I'll subscribe to this issue and that one to be notified when it happens).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz, thanks for the quick merge.
I believe that at least the wx_config.props change should be backported, otherwise the solutions open with some ancient (and probably unavailable) toolset version sert and all projects need to be retargeted.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
I would be fine for backporting all/most of this PR, so if you have time to test it with 3.2 to confirm that it works there and open a PR against 3.2 branch, it would be great, TIA!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thomas Krebs wrote on wx-dev
You can set the toolset version to $(DefaultPlatformToolset), then the wx_config_props.props would not be necessary.
I wonder if we really (still) need to set all the stuff there, does MSBuild not select a reasonable default when it is not set?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()