Giter VIP home page Giter VIP logo

Comments (4)

kobalicek avatar kobalicek commented on September 26, 2024

Hello, I don't have VS2017, so I cannot help unless you provide more information about the issue (compile log, etc). Blend2D only needs C++11, so I guess VS2017 should theoretically be able to compile it.

from blend2d.

sdragonx avatar sdragonx commented on September 26, 2024

Many library authors nowadays do not care about the use of C++version features.
Vs2017 supports c++11.
I am not sending this to require you to make any necessary corrections, just to let you know.
For the use of C++features, the requirement is relatively high, which is to have a smaller usable environment.
This library looks good, but I am currently unable to consider it.

from blend2d.

kobalicek avatar kobalicek commented on September 26, 2024

Well, as I stated above - I'm fine with supporting VS2017, but somebody would have to maintain that support, which would mean to at least send PR now to correct the build, and afterwards when it gets broken again. The problem is, GH actions do not support VS2017 anymore, and I don't use it - this means that it's difficult to verify the build.

I don't think Blend2D has any specific requirements - it really just needs C++11 and it only uses a subset of C++ features (it doesn't even rely on a C++ standard library).

From my own experience - older MS compilers were extremely buggy and sometimes require workarounds - especially the whole constexpr feature was extremely broken in the past and some workarounds in Blend2D still exist. It's an endeavor I don't wanna experience again :)

from blend2d.

kobalicek avatar kobalicek commented on September 26, 2024

I'm closing this issue as I don't use VS2017 and the support for this compiler is not official (VS2019+
is official).

If you want to support VS2017 compiler, please reopen this issue and provide a pull request. I would be happy to review it.

BTW Blend2D only needs C++11.

from blend2d.

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.