Jump to content

ObjectPM: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
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.


==Download==
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.
* N/A - Version 2.1c


==License==
==Versions==
* Commercial - $235.00 library only. �$750.00 for source code option
* 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==
* [http://www.os2world.com/wiki/index.php/Secant_Technologies Secant Technologies]
*Raleigh Systems, Inc. (Michael Flis)
 
*[[Secant Technologies]]
==Links==
* [https://web.archive.org/web/19981206042403/http://secant.com/objectpm/objectpm.htm]


[[Category:Tools]]
[[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

Links

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