Jump to content

System Object Model: Difference between revisions

From EDM2
Line 2: Line 2:
System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.
System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.


==Files==
==Components==
* [[SOM.DLL]]
System Object Model on OS/2 Warp 4.5x is composed by the following files:
* [[SOMD.DLL]]
 
* [[SOMEM.DLL]]
{| border="1"
* [[SOMIR.DLL]]
|-
* [[SOMS.DLL]]
!Name !!Comments
* [[SOMSEC.DLL]]
|-
* [[SOMTC.DLL]]
|[[SOM.DLL]] ||
* [[SOMU.DLL]]
|-
* [[SOMUC.DLL]]
| [[SOMD.DLL]] ||
|-
| [[SOMEM.DLL]] ||
|-
| [[SOMIR.DLL]] ||
|-
| [[SOMS.DLL]] ||
|-
| [[SOMSEC.DLL]] ||
|-
| [[SOMTC.DLL]] ||
|-
| [[SOMU.DLL]] ||
|-
| [[SOMUC.DLL]] ||
|-
|}


==Documentation==
==Documentation==

Revision as of 14:07, 9 May 2015

Description

System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.

Components

System Object Model on OS/2 Warp 4.5x is composed by the following files:

Name Comments
SOM.DLL
SOMD.DLL
SOMEM.DLL
SOMIR.DLL
SOMS.DLL
SOMSEC.DLL
SOMTC.DLL
SOMU.DLL
SOMUC.DLL

Documentation

Articles

Replacement

  • somFree is a Portable implementation of SOM. It is open source under the LGPL v3.

Links