7.4.9.1 Win32Ada

Win32Ada is a binding for the Microsoft Win32 API, which you can easily install using the provided installer. To use it, you need to use a project file and add a single with_clause to give you full access to the Win32Ada binding sources and ensure that the proper libraries are passed to the linker.

with "win32ada";
project P is
   for Sources use ...;
end P;

To build the application, you just need to call gprbuild for the application’s project, here p.gpr:

gprbuild p.gpr