8000 GitHub - Patschkowski/win32ada: Ada API to the Windows library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Patschkowski/win32ada

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win32Ada

Ada API to the Windows library.

Installation

To configure, compile and install Win32Ada:

$ make build
$ make install

This will install Win32Ada into the current GNAT compiler standard location.

Usage

To include Win32Ada into your application you just need to import the Win32Ada project file.

with "win32ada.gpr";
project Proj is
   ...
end Proj;

About

Ada API to the Windows library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ada 99.6%
  • Other 0.4%
0