How to create OLE Automation for use with ClearExplorer
The following http://www-01.ibm.com/support/docview.wss?uid=swg21158221
mentions COMMAND TYPE as OLE Automation .
Could you please help me with an OLE Automation example for the ClearExplorer tool?
+1
user3806728
source
to share
1 answer
OLE automation is typically done using CAL (ClearCase Automation Library) , which provides a set of COM interfaces for ClearCase on 32-bit Windows platforms.
These interfaces are for both the integration platform and APIs that can be used to extend or customize ClearCase.
CAL can also be used to develop stand-alone applications, write scripts or inline macros in other applications that interact with ClearCase at some level.
I've used it in VB scripting in:
- " Get ClearCase Snapshots via the ClearCase Automation Library (CAL)?"
- " Getting the owner / creator of using ClearCase Automation Library of the Rational (the CAL) "
- " How can I get the latest clearcase label from C #? "
0
VonC
source
to share