Skip to content
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

Adaptation to Visual Studio 2022 #70

Closed
s-takeuchi opened this issue Nov 1, 2023 · 2 comments
Closed

Adaptation to Visual Studio 2022 #70

s-takeuchi opened this issue Nov 1, 2023 · 2 comments
Assignees
Milestone

Comments

@s-takeuchi
Copy link
Owner

s-takeuchi commented Nov 1, 2023

Activities for adaptation to Visual Studio 2022

  • Visual Studio 2022 Community Installation
    Workloads Desktop development with C++
    Language Pack +Japanese

  • Conversion of solution files
    Windows SDK version = 10.0(The latest version)
    Platform Tool Set = v143

  • Build(build.bat) and test(test.bat) files change
    set MSBUILD="C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe"
    set DEVENV="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.com"
    Change of installation path of visual studio 2022

  • Additional library directory for exec file
    C:\Program Files\OpenSSL-Win64\lib\VC\static
    C:\Program Files\OpenSSL\lib\VC\static\

  • Additional dependent file
    Crypt32.lib (for Release)
    libssl64MT.lib (for Release)
    libcrypto64MT.lib (for Release)
    Crypt32.lib (for Debug)
    libssl64MTd.lib (for Debug)
    libcrypto64MTd.lib (for Debug)

@s-takeuchi s-takeuchi added this to the 1.8.0 milestone Nov 1, 2023
@s-takeuchi s-takeuchi self-assigned this Nov 1, 2023
s-takeuchi added a commit that referenced this issue Nov 13, 2023
s-takeuchi added a commit that referenced this issue Nov 13, 2023
s-takeuchi added a commit that referenced this issue Apr 6, 2024
@s-takeuchi
Copy link
Owner Author

@s-takeuchi
Copy link
Owner Author

✓Documentation : Not required
✓Test : Done

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant