Giter Site home page Giter Site logo

Comments (3)

softworkz avatar softworkz commented on June 7, 2024

To answer my own question:

This requires disabling uwp and winrt, then those wrapper files won't be generated.

But it didn't work by specifying --disable-winrt --disable-uwp on the command line. It only worked after I had disabled these two in the code (where the defaults are set).

from ffvs-project-generator.

Sibras avatar Sibras commented on June 7, 2024

The wrapper files are auto generated whenever there is a source file whos inclusion in the project depends on a config value that is not clearly defined. For instance many config options are disabled when winrt/uwp is being used and as such at the project scope it cant be determined if the file should be included or not (as it depends on whether a winrt or non-winrt project configuration is selected). So the Generator wraps them in a file and surrounds them in the conditional config option. This ways those files are not compiled should the project configuration change and require that functionality.

Most of the time this occurs in winrt but it can also occur in other situation depending on the configuration passed to ffvs.

from ffvs-project-generator.

softworkz avatar softworkz commented on June 7, 2024

Thanks for fixing and a big thank you for providing and maintaining this great project!

from ffvs-project-generator.

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.