SuperSlicer icon indicating copy to clipboard operation
SuperSlicer copied to clipboard

Happy 2024 - build with VisualStudio 2022 + boost 1.83

Open vovodroid opened this issue 1 year ago • 3 comments

We are already in 2024 - let's build with VisualStudio 2022 and boost 1.83 (like latest Prusa).

vovodroid avatar Jan 03 '24 15:01 vovodroid

Happy new year! all that should come with the 2.7 I'm still on vs 2019 because of the old boost. still, why removing support for 2019 while prusa kept it?

supermerill avatar Jan 05 '24 08:01 supermerill

why removing support for 2019 while prusa kept it?

As far as I understand PS_VERSION_SUPPORTED it's just default VS version to build with, Prusa now has default 2022.

all that should come with the 2.7

So could I close this PR?

vovodroid avatar Jan 05 '24 08:01 vovodroid

in the current ps master, there is (in build.bat):

REM   Minimum: 16 (Visual Studio 2019)
REM   Maximum: 17 (Visual Studio 2022)
SET PS_VERSION_SUPPORTED=16
SET PS_VERSION_EXCEEDED=18

So could I close this PR?

you can, i won't modify anything like dependencies for the 2.5, and the 2.7 should have everything from the get-go.

supermerill avatar Jan 05 '24 09:01 supermerill