ObjectPM: Difference between revisions
Appearance
No edit summary |
m →Author |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A [[Presentation Manager]] class library for [[C++]] originally released for use with OS/2 1.3 in 1990 but updated up until the late 90s and while primarily focused on UI and graphics it over time gain support for non GUI elements such as file handling, threads, semaphores and pen computing. ObjectPM was shipped as a forms system application, two redistributable DLL files plus an export library, header files, online documentation and sample programs, you could also purchase the source code to the library as an optional extra. | |||
The ObjectPM forms system allows you to create PM dialogs by filling out and manipulating forms, complete with field and form level validation, field entry and exit functions, masked entry fields and so on, so forth. | |||
== | ==Versions== | ||
* | * 1.0 (1990) - supports OS/2 1.3 with [[Glockenspiel C++]], [[TopSpeed C++]] or [[Zortech C++]] | ||
* Discontinued | * 2.0 (Jul 1993) - supports Borland C++ | ||
* 2.1c - supports [[Borland C++]] 2.0 or higher, IBM [[VisualAge C++]] and [[MetaWare High C/C++]] | |||
==Links== | |||
* [https://web.archive.org/web/19981206042403/http://secant.com/objectpm/objectpm.htm ObjectPM product page] (archived) | |||
==Licence and availability== | |||
* Discontinued commercial software, ObjectPM retailed for US$235 for the library only, you could also buy the source code on top of that for USD 750. | |||
==Author== | ==Author== | ||
* [ | *Raleigh Systems, Inc. (Michael Flis) | ||
*[[Secant Technologies]] | |||
[[Category: | [[Category:C++ Class Libraries]] |
Latest revision as of 15:05, 13 April 2024
A Presentation Manager class library for C++ originally released for use with OS/2 1.3 in 1990 but updated up until the late 90s and while primarily focused on UI and graphics it over time gain support for non GUI elements such as file handling, threads, semaphores and pen computing. ObjectPM was shipped as a forms system application, two redistributable DLL files plus an export library, header files, online documentation and sample programs, you could also purchase the source code to the library as an optional extra.
The ObjectPM forms system allows you to create PM dialogs by filling out and manipulating forms, complete with field and form level validation, field entry and exit functions, masked entry fields and so on, so forth.
Versions
- 1.0 (1990) - supports OS/2 1.3 with Glockenspiel C++, TopSpeed C++ or Zortech C++
- 2.0 (Jul 1993) - supports Borland C++
- 2.1c - supports Borland C++ 2.0 or higher, IBM VisualAge C++ and MetaWare High C/C++
Links
- ObjectPM product page (archived)
Licence and availability
- Discontinued commercial software, ObjectPM retailed for US$235 for the library only, you could also buy the source code on top of that for USD 750.
Author
- Raleigh Systems, Inc. (Michael Flis)
- Secant Technologies