Code Monkey home page Code Monkey logo

Comments (10)

AsPJT avatar AsPJT commented on May 18, 2024 1

出来ればVisual Studio 2015でも動かせるようにしたいですね。
世の中、Visual Studio 2010や2013もまだまだ残っていますし……。
(どこまで対応できるかは未知数)

from dungeontemplatelibrary.

yumetodo avatar yumetodo commented on May 18, 2024

ただまぁもしVS2015をサポートする気があるとしたら話はもう少し複雑です

Nagarei/DxLibEx#52 (comment)
問題はVC++2015で暗黙にconstexpr指定されない事と、VC++2013でmoveコンストラクタにdefaultが使えない事ですね...。

from dungeontemplatelibrary.

yumetodo avatar yumetodo commented on May 18, 2024

いまからVS2013となるともうそれはそれ用に一から書き直して分ける方が幸せだと思います。VS2015 Update 2より前ではconstexprはまともに動かないし、VS2013ではSFINAEもしょっちゅうバグる。DxLibEx見てもらえると分かりますがめっちゃ汚いハックやマクロで逃げているところがあるので、2010や2012となるともはや考えたくもない。

from dungeontemplatelibrary.

AsPJT avatar AsPJT commented on May 18, 2024

Visual Studio 2013は諦めるとしても
Visual Studio 2015には対応させたいですね。
(そもそもVisual Studio 2013は手元にない)

from dungeontemplatelibrary.

yumetodo avatar yumetodo commented on May 18, 2024

VS2015 Update 2以降ならまあC++11はわりと動くと思いますよ。時折コンパイラがクラッシュしますが。

from dungeontemplatelibrary.

AsPJT avatar AsPJT commented on May 18, 2024

そうなんですね。
わたしはVisual Studio 2017から入った世代なので、
そこまでVisual Studio 2015の歴史は詳しくないのですよね……。

(昔のMSVC勢は今よりも遥かに大変だったのですね)
Visual Studio 2015 update 2をサポートの上、実装していきたいです。

from dungeontemplatelibrary.

yumetodo avatar yumetodo commented on May 18, 2024

なんだかんだVS2015とVS2019はバイナリ互換があるという・・・

from dungeontemplatelibrary.

AsPJT avatar AsPJT commented on May 18, 2024

Visual Studio 2019にもv140(でしたっけ?)
のビルドツール付いてますよね。

一応、v140で動くようには設計しています。
(ただv140で動く機能の詳細を知らないので、アプデでいつのまにか動かなくなりそう)

from dungeontemplatelibrary.

yumetodo avatar yumetodo commented on May 18, 2024

まあv140系列はもうそれかUpdate3しかないですよね、Update2で止めている人とかいるんだろうか(私はUpdate 3、_MSC_FULL_VER==190024210)

from dungeontemplatelibrary.

AsPJT avatar AsPJT commented on May 18, 2024

使用ユーザの割合もかなり気になります。
Visual Studio 2010, 2013は何パーセント残っているんですかね。

Visual Studio 2015 update 2を使用しているユーザはほとんどないのではないでしょうか。
(update 3ならある程度いそうですが)

from dungeontemplatelibrary.

Related Issues (13)

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.