All Projects → AdaCore → win32ada

AdaCore / win32ada

Licence: other
Ada API to the Windows library

Programming Languages

Ada
118 projects

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;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].