IBM OS/2 Programmer's Toolkit Version 1.1: Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The IBM | [[File:IBM-OS2PTK-11-Inst.png|thumb]] | ||
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. | The OS/2 Programmer Toolkit, Version 1.1 was enhanced with tools for the Presentation Manager environment. | ||
Line 13: | Line 14: | ||
*5601-093 (6280211) | *5601-093 (6280211) | ||
*5601-093 (07F4957) Upgrade | *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 | |||
==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