Jump to content

Presentation Manager: Difference between revisions

From EDM2
Line 70: Line 70:
* [http://bitsavers.trailing-edge.com/pdf/ibm/pc/os2/warp_ver_3/G25H-7190-00_OS2_WARP_V3_Presentation_Manager_Programming_Reference_Volume_1_Oct94.pdf OS2 WARP V3 Presentation Manager Programming Reference Volume 1] - 1994
* [http://bitsavers.trailing-edge.com/pdf/ibm/pc/os2/warp_ver_3/G25H-7190-00_OS2_WARP_V3_Presentation_Manager_Programming_Reference_Volume_1_Oct94.pdf OS2 WARP V3 Presentation Manager Programming Reference Volume 1] - 1994
* [http://bitsavers.trailing-edge.com/pdf/ibm/pc/os2/warp_ver_3/G25H-7191-00_OS2_WARP_V3_Presentation_Manager_Programming_Reference_Volume_2_Oct94.pdf OS2 WARP V3 Presentation Manager Programming Reference Volume 2] - 1994
* [http://bitsavers.trailing-edge.com/pdf/ibm/pc/os2/warp_ver_3/G25H-7191-00_OS2_WARP_V3_Presentation_Manager_Programming_Reference_Volume_2_Oct94.pdf OS2 WARP V3 Presentation Manager Programming Reference Volume 2] - 1994
==Replacements==
* The [http://sourceforge.net/projects/frepm/ FreePM project] tried to clone Presentation Manager but the project was not finished.


==Links==
==Links==

Revision as of 16:17, 9 April 2015

Presentation Manager (PM) is the graphical user interface (GUI) that IBM and Microsoft introduced in version 1.1 of their operating system OS/2 in late 1988.

It is based on the IBM Systems Application Architecture (SAA) Common Programming Interface.

Documentation

Components

Presentation Manager on OS/2 Warp 4.5x is composed by the following files:

Name Comments
OS2SM.DLL OS/2 session manager dynamic link library.
PMATM.DLL PM Adobe Type Manager dynamic link library.
PMBIDI.DLL
PMCLIP.DLL
PMCTLS.DLL PM controls dynamic link library.
PMDDE.DLL
PMDDEML.DLL
PMDRAG.DLL DLL Forwarder. PM drag/drop dynamic link library.
PMGPI.DLL PM graphics programming interface dynamic link library.
PMGRE.DLL DLL Forwarder. PM graphics engine dynamic link library.
PMMERGE.DLL
PMMLE.DLL DLL Forwarder. PM multiline entry dynamic link library.
PMPIC.DLL PM picture dynamic link library.
PMPRE.DLL
PMSHAPI.DLL DLL Forwarder. PM shell APIs dynamic link library.
PMSHLTKT.DLL PM shell's dynamic link library.
PMSHELL.EXE Presentation Manager Shell Program.
PMSPL.DLL PM spooler dynamic link library.
PMUNIF.DLL
PMVDMP.DLL PM virtual DOS machine private dynamic link library
PMVIOP.DLL PM VIO calls private dynamic link library.
PMWIN.DLL DLL Forwarder. PM dynamic link library.
PMWINX.DLL

Articles

Publications

Replacements

  • The FreePM project tried to clone Presentation Manager but the project was not finished.

Links