Jump to content

SOMDD.EXE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This component is part of System Object Model.  
'''SOMDD''' is the DSOM daemon. It must be started prior to running a DSOM application. The daemon can be started manually from the command line, or it could be started automatically from a start-up script run at boot time. It can be run in the background with the following command:
START SOMDD
The SOMDD program requires no parameters. An optional -q parameter can be used to set "quiet" mode, to suppress messages.


SOMDD is the DSOM daemon. It must be started prior to running a DSOM application. The daemon can be started manually from the command line, or it could be started automatically from a start-up script run at boot time. It can be run in the background with the following command:
;Note: The SOMDD.EXE program included with VisualAge C++ is incompatible with the version of SOM used with OS/2 Warp Toolkit and should not be used. You will need to update both your LIBPATH and PATH statements to ensure that the OS/2 Warp Toolkit path is ahead of the VisualAge C++ compiler.
 
START SOMDD
 
The SOMDD program requires no parameters. An optional -q parameters can be used to set "quiet" mode, to suppress messages.
 
'''Note:''' The SOMDD.EXE program included with VisualAge C++ is incompatible with the version of SOM used with OS/2 Warp Toolkit and should not be used. You will need to update both your LIBPATH and PATH statements to ensure that the OS/2 Warp Toolkit path is ahead of the VisualAge C++ compiler.  


==Version==
==Version==
{| border="1"
{|class="wikitable"
|-
!Date||Version||Size||Comments
!Date
!Version
!Size
!Comments
|-
|1999-Jun-30 04:28:14 pm
|
|37,904 bytes
|By IBM. Included on eComStation 2.1.
|-
|-
|1999-06-30|| ||37,904 bytes||
|}
|}


==DLL's Loaded==
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[DOSCALL1.DLL]]
* [[NLS.DLL]]
* [[NLS.DLL]]

Latest revision as of 15:22, 12 October 2022

SOMDD is the DSOM daemon. It must be started prior to running a DSOM application. The daemon can be started manually from the command line, or it could be started automatically from a start-up script run at boot time. It can be run in the background with the following command:

START SOMDD

The SOMDD program requires no parameters. An optional -q parameter can be used to set "quiet" mode, to suppress messages.

Note
The SOMDD.EXE program included with VisualAge C++ is incompatible with the version of SOM used with OS/2 Warp Toolkit and should not be used. You will need to update both your LIBPATH and PATH statements to ensure that the OS/2 Warp Toolkit path is ahead of the VisualAge C++ compiler.

Version

Date Version Size Comments
1999-06-30 37,904 bytes

DLLs Loaded