Git Product home page Git Product logo

directui-1's Introduction

Microsoft DirectUI Library
========================================
Disclaimer: All information and source code provided with this document 
are to be used for research purposes only.  The legality regarding the use
of this library in a commerical application is unknown.  Use at your own risk.

About
---------------
DirectUI is a C++ user interface library created by Microsoft to be a WPF 
like API for native applications . It is not released to the public but is 
widely used throughout Microsoft products including Windows, 
Microsoft Office, and Windows Live Messenger. 

Due to the differences and non standardization of current C++ features; 
i.e. Name decoration, and virtual table exports you must use a 
compatible version of the Microsoft Visual C++ compiler.

Usage
---------------
The library files have been provided for you, in lib/.  They were created with 
dumpbin and lib utilities provided by Microsoft Visual Studio.

Simply include 'directui.h" and get going.

Unfortunately there is currently no documentation, so you need to work in
the dark.

I have a linker error!
---------------
You may experience a few linker errors when using the library.  There are 
currently over 3000 exported functions in dui70.dll and it is almost impossible
for me to ensure that all of them are correctly defined in the include files.

But, you may submit a bug report, or the preferred method is to find the offending
definition and fix it using the demangled name in 'lib/32bit/classes/<class>', then 
please let me know what was defined improperly.

directui-1's People

Contributors

jameskeane avatar

Watchers

deger avatar  avatar

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.