Giter VIP home page Giter VIP logo

fasmg-umbrella's Introduction

Warning

This software is unfinished. Keep your expectations low.

fasmg-umbrella

Umbrella libraries for modern windows development (using fasmg).

The umbrella libraries try to increase consistency in windows development, thru target selection via a single library:

Name Suffix:
	OneCore*
		All editions of Windows 7 and later
	WindowsApps*
		Win11 app development platform, WinUI 3+
	windowscoreheadless*
		Win10+ containers, Nano Server
	mincore*
		IoT

Name Postfix:
	*UAP
		Universal Windows Platform (UWP) editions, Win10+
		Desktop, IoT, HoloLens, but not Nano Server
	*_apiset
		access functions through apiset instead of DLL - same coverage
	*_downlevel
		?minimal support for older windows versions, driver development?

Some things to note:

  • Not all combinations of {suffix}{postfix} exist.
  • Backward compatiblity is not a goal of umbrella libraries.

Getting Started:

The only requirements are a supported windows version, and a command prompt with git along search path:

git clone --recursive https://github.com/bitRAKE/fasmg-umbrella
cd fasmg-umbrella
environment.cmd

Examples:

  • In the \examples directory several small programs can be build with fasmg. A clone of the repository should be sufficient, envionment.cmd from a command prompt establishes the needed changs to the environment. Individual examples can be built or the rebuild.cmd script will build them all.
  • File naming makes a distinction between several types of source code: .asm are main project files, .inc generates code at inclusion, and .g files create abstractions (no code generation at inclusion).

Question & Answer:

  • Q. If {APISET} just forwards to {DLL}, why can't I use all the functions exported by {DLL}?

  • A. The target windows versions of {APISET} don't have a uniform interface to all the functions in {DLL}. Fine-grained exclusion of targets is outside the scope of umbrella libraries.

  • Q. Something.

  • A. Something else.


REFERENCES:

Windows umbrella libraries

OneCore

WindowsApps

Universal Windows Platform (UWP)

Windows API sets


TOOLS:

GitHub repo size GitHub code size in bytes visitors

fasmg-umbrella's People

Contributors

bitrake avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

listinvest

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.