GithubHelp home page GithubHelp logo

Comments (5)

CrendKing avatar CrendKing commented on August 12, 2024

Does this fix? AviSynthFilter.zip

from avisynth_filter.

CrendKing avatar CrendKing commented on August 12, 2024

The version above is the bare minimum change. I took some time to further improve the pin connection logic. Please also verify if you have time.

AviSynthFilter.zip

from avisynth_filter.

chainikdn avatar chainikdn commented on August 12, 2024

--- fixed---

btw, are those /std:c++latest changes really necessary? this flag gives multiple errors in DirectShow headers, I can't build it anymore.

from avisynth_filter.

chainikdn avatar chainikdn commented on August 12, 2024

ups, sorry, my fault :D

Please also verify if you have time.

seems to work

from avisynth_filter.

CrendKing avatar CrendKing commented on August 12, 2024

OK. I was confused because I can't reproduce the crash.

/std:c++latest just allows C++20 features. I use a few of those, such as designated initializer and ranges. I think these features improve code quality and readability.

If you can't build, please do two things:

  1. Fresh checkout the repo, and run the build script: build.bat x64 (for x64 output) or build.bat x86 (for x86 output). If this works, then something is wrong with your Visual Studio, because the script directly invokes MSBuild. BTW, I also have automatic triggered build in this GitHub repo on every version release. I can manually trigger a build whenever needed. I don't see those builds fail since I switch to /std:c++latest.
  2. If the build script also fails with exactly the same message, then your VS2019 might be out of date. Update and if error persists, post the error messages in a new issue so I can take a look.

Since you confirmed working, I'm closing this issue.

from avisynth_filter.

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.