IBM OS/2 Programmer's Toolkit Version 1.1: Difference between revisions
Appearance
m →Links |
m →Package |
||
Line 20: | Line 20: | ||
*Application Development: Building Executable Programs | *Application Development: Building Executable Programs | ||
*Toolkit Installation | *Toolkit Installation | ||
==C Programming== | |||
Header files: | |||
* os2.h | |||
** bse.h OS/2 API kernel functions | |||
*** bsedos.h - constants, structures, and function prototypes for the Dos services | |||
*** bseerr.h - error code constants | |||
*** bsesub.h - constants, structures, and function prototypes for the Vio, Kbd, and Mou services | |||
** os2def.h - common constants, data types, error codes, and structures | |||
** pm.h - Presentation Manager | |||
==Links== | ==Links== |
Revision as of 16:51, 14 July 2023

The IBM Operating System/2 Programmer's Toolkit Version 1.1 and the OS/2 Technical Reference Version 1.1 were available from January 1989.
The OS/2 Programmer Toolkit, Version 1.1 was enhanced with tools for the Presentation Manager environment.
- Font editor
- Dialog editor
- Icon editor (for bitmap, icon, pointer)
- Resource compiler
- Libraries and Include files (API functions, data structures)
- Sample programs
PM applications can be written using IBM Macro Assembler/2 Version 1.0 or IBM C/2 Version 1.1.
Package
- 5601-093 (6280211)
- 5601-093 (07F4957) Upgrade
Manuals:
- Application Development: Programming Overview
- Application Development: Programming Guide
- Application Development: Building Executable Programs
- Toolkit Installation
C Programming
Header files:
- os2.h
- bse.h OS/2 API kernel functions
- bsedos.h - constants, structures, and function prototypes for the Dos services
- bseerr.h - error code constants
- bsesub.h - constants, structures, and function prototypes for the Vio, Kbd, and Mou services
- os2def.h - common constants, data types, error codes, and structures
- pm.h - Presentation Manager
- bse.h OS/2 API kernel functions