Jump to content

Open Class Library: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
==Documentation==
==Files==
{| class="wikitable"
{| class="wikitable"
!Name !!Comments
!Name||Description||Comments
|-
|-
|[[CPPOM30.DLL]]
|[[CPPOM30.DLL]]
|VAC 3.x runtime library. It must be DLLRNAME'd to be redistributed with other software (Ex. [[OS2OM30.DLL]]).
|VAC 3.x runtime library.
|rowspan=3|It must be DLLRNAME'd to be redistributed with other software
|-
|-
|[[CPPOOB3.DLL]]
|[[CPPOOB3.DLL]]
|DLL from the IBM VAC 3.x Open Class Library. It must be DLLRNAME'd to be redistributed with other software (Ex. [[LANSOB3.DLL]]).
|DLL from the IBM VAC 3.x Open Class Library.
|-
|-
|[[CPPOOU3.DLL]]
|[[CPPOOU3.DLL]]
|DLL from the Open Class Library. It must be DLLRNAME'd to be redistributed with other software. (Ex. [[LANSOU3.DLL]]).
|DLL from the Open Class Library.
|}
|}


{| class="wikitable"
{| class="wikitable"
!Name !!Comments
!Name||Comments
|-
|-
|[[OS2OOOC.DLL]]
|[[OS2OOOC.DLL]]
Line 28: Line 25:
|It is the redistributable VisualAge C++ 3.x runtime library. It was DLLRNAME'd from [[CPPOM30.DLL]].
|It is the redistributable VisualAge C++ 3.x runtime library. It was DLLRNAME'd from [[CPPOM30.DLL]].
|}
|}
==Articles==
==Replacements==


==Links==
==Links==
* [http://www-01.ibm.com/support/docview.wss?uid=swg27001511 IBM Open Class Library Transition Guide]


[[Category:Components]]
[[Category:C++ Class Libraries]]

Revision as of 12:57, 1 November 2016

Name Description Comments
CPPOM30.DLL VAC 3.x runtime library. It must be DLLRNAME'd to be redistributed with other software
CPPOOB3.DLL DLL from the IBM VAC 3.x Open Class Library.
CPPOOU3.DLL DLL from the Open Class Library.
Name Comments
OS2OOOC.DLL
OS2OOR3U.DLL IBM Open Class Library: Resource File.
OS2OM30.DLL It is the redistributable VisualAge C++ 3.x runtime library. It was DLLRNAME'd from CPPOM30.DLL.

Links