Ada (GNAT) bindings to the OS/2 API: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=
|Vendor=
|Author= [[Leonid Dulman]]
|License=GNU GPL V2
|Download=[os2apipm.zip]
|Website=
}}
Ada (GNAT) bindings to the OS/2 API libraries. It contains:
Ada (GNAT) bindings to the OS/2 API libraries. It contains:
* OS2API  - package os2.ads with children
* OS2API  - package os2.ads with children
Line 4: Line 13:
* APIEXAM - examples of using  API OS/2 functions (full screen mode)
* APIEXAM - examples of using  API OS/2 functions (full screen mode)
* PMEXAM  - example of using PM OS/2 functions (Pm mode)
* PMEXAM  - example of using PM OS/2 functions (Pm mode)
==License==
* GNU GPL V2
==Author==
* [[Leonid Dulman]]


==Links==
==Links==
Download:
* [os2apipm.zip]
* [https://github.com/OS2World/DEV-ADA-Ada--GNAT--bindings-to-the-OS-2-API Github]
* [https://github.com/OS2World/DEV-ADA-Ada--GNAT--bindings-to-the-OS-2-API Github]


[[Category:Libraries]][[Category:Open Source Software]]
[[Category:Libraries]][[Category:Open Source Software]]

Latest revision as of 03:22, 25 April 2021

Ada (GNAT) bindings to the OS/2 API
Version
Vendor
Author Leonid Dulman
License GNU GPL V2
Download [os2apipm.zip]
Website

Ada (GNAT) bindings to the OS/2 API libraries. It contains:

  • OS2API - package os2.ads with children
  • CMD - procedure for working with GNAT 3.05 in full screen mode
  • APIEXAM - examples of using API OS/2 functions (full screen mode)
  • PMEXAM - example of using PM OS/2 functions (Pm mode)

Links