Coder Social home page Coder Social logo

Windows XP対応の再考 about ffftp HOT 6 CLOSED

ffftp avatar ffftp commented on September 25, 2024
Windows XP対応の再考

from ffftp.

Comments (6)

sayurin avatar sayurin commented on September 25, 2024 1

Visual Studio 2019 Preview 3のVisual C++ 2019でビルドしたところ、Windows XPでも動作した。

from ffftp.

sayurin avatar sayurin commented on September 25, 2024

https://twitter.com/haxe/status/1080243898365050880

Windows XP需要はそこそこある。

from ffftp.

sayurin avatar sayurin commented on September 25, 2024

Visual Studio 2019もPreview 3ではVisual C++ 2017 + Windows SDK 7でのサポートとなっていた。

from ffftp.

sayurin avatar sayurin commented on September 25, 2024

最終的にVisual Studio 2019には

C++ Windows XP Support for VS 2017 (v141) tools [Deprecated]

が含まれることとなった。逆に

MSVC v140 - VS 2015 C++ build tools (v14.00)

はWindows SDK 7が使えるのかよくわからない。


整理すると

  1. Visual Studio 2019 + Visual C++ 2019
    未サポートの構成。いつ使えなくなっても文句を言えない。C++20の機能が使える。
  2. Visual Studio 2019 + Visual C++ 2017 + XP Support
    かろうじてサポートの構成。ただし非推奨。C++17までの機能が使える。
  3. Visual Studio 2019 + Visual C++ 2015
    動くかわからない。C++17が使えない。現状のコードもコンパイルが通らないはず。
  4. Visual Studio 2017 + Visual C++ 2017 + XP Support
    サポート構成。もう更新されない。現状はこれ。

WiX Toolset Visual Studio Extensionの対応も待ちながら、1. or 2.でもう少し検討する。

from ffftp.

sayurin avatar sayurin commented on September 25, 2024

WiX Toolset Visual Studio 2019 Extensionはリリースされていた。
AppVeyorのVisual Studio 2019イメージ待ち。

from ffftp.

sayurin avatar sayurin commented on September 25, 2024

Visual Studio 2019 + Visual C++ 2019 で実装した。 #125

from ffftp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.