Code Monkey home page Code Monkey logo

Comments (3)

arBmind avatar arBmind commented on July 19, 2024 1

Hi @ml-jo,

I'm pleased to hear that you use and like my little tool here.

I would guess the clang Toolset is advisable needed here. I suggest to stick with the default compiler.
This project was never meant to be compiled with Visual Studio directly. Qbs is a far superior build system.

From inspecting my rusty knowledge:

  • 'PlainPixelShader.h' is generated from the 'PixelShader.hlsl'. Ensure you added these shaders to your project and can compile them.
    • You also need to mark the shaders as Pixelshader and Vertexshader respectively.
    • They use the shader model 4_0_level_9_3
  • <AdditionalIncludeDirectories>$(OutDir)</AdditionalIncludeDirectories> - so the compiler finds the generated headers.
  • Define NOMINMAX on the build system
  • Add d3d11 as link library.

I hope you can make it work for you and hope to see some cool pull requests with shiny features.

from desktop-duplication-cpp.

arBmind avatar arBmind commented on July 19, 2024 1

This repo had a .vcproj until this commit: https://github.com/arBmind/desktop-duplication-cpp/tree/e49ecefc9b9f5a4736a645c41e49ccdfb6b015fb
It became painful to maintain two build systems so I removed it for the next refactoring.
But it might contain the details you need to get it working for you.

from desktop-duplication-cpp.

ml-jo avatar ml-jo commented on July 19, 2024

Thank you for the quick responses and the advice. The old commit helped me a lot to set up the project.
I will definitely propose my changes as a pull request. I am glad to participate in this great project.

from desktop-duplication-cpp.

Related Issues (5)

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.