Giter Site home page Giter Site logo

Comments (3)

samtertzakian avatar samtertzakian commented on May 22, 2024

Hi, thank you for your feedback. DMF (like WDF) is usable by both C and C++ drivers. Although C++ has some nice features that would have helped us, doing so would have forced all developers to use C++ for their drivers. DMF is designed so that it can be added to existing drivers as well as new drivers. The general idea behind DMF is that Modules are object-oriented pieces of code that can be used together to create more complex Modules so the important ideas behind C++ are implemented.

Sorry for the delay in answering this question. Please contact [email protected] if you have other questions or would like to discuss this issue furthere.

from dmf.

moolwalk avatar moolwalk commented on May 22, 2024

After studying DMF more, I figured that a C++ DMF wrapper can be made to encapsulate it to meet my request. I've started to experiment with that approach. Thank you.

from dmf.

samtertzakian avatar samtertzakian commented on May 22, 2024

Yes, encapsulation by C++ classes has been discussed over the years. It would be great to have that as an option as some people have expressed interest in that. If you do that work please place those files in a separate directory so that we can easily merge the changes internally. Clients would include the C++ headers from the new directories and all the support would be there and reference the Modules in the existing directories. Also, when you that work, remember that these DMF supports both Kernel and User-modes so that may affect your work if you decided to support both modes. Thank you for your interest. I look forward to seeing that.

from dmf.

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.