IBM OS/2 Programmer's Toolkit Version 1.1: Difference between revisions
Appearance
m →Links |
|||
Line 37: | Line 37: | ||
==Links== | ==Links== | ||
* | *{{L-IBMAnnUS|ZP87-4076}} (1987-04-02) IBM OS/2 Programmer Toolkit Version 1.1 and IBM OS/2 Technical Reference Version 1.1 | ||
* | *{{L-IBMAnnUS|ZP88-0533}} (1988-11-22) IBM Operating System/2 Standard Edition, Version 1.1 Availability & Upgrade Offering | ||
[[Category:IBM Products]] | [[Category:IBM Products]] |
Latest revision as of 06:32, 7 August 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
Assembler Programming
- SYSMAC.INC
- DOSCALLS.INC - macros for Dos calls
- SUBCALLS.INC - macros for Kbd, Mou, and Vio calls
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