How to create OLE Automation to be used with Clear

2019-06-04 23:06发布

问题:

In the following http://www-01.ibm.com/support/docview.wss?uid=swg21158221 there is a mention of COMMAND TYPE as OLE Automation.
Can you please help me with an example of OLE Automation for ClearExplorer tool?

回答1:

OLE automation is generally done with the CAL (ClearCase Automation Library), which provides a set of COM interfaces to ClearCase on the Windows 32-bit platforms.

These interfaces are intended both as an integration platform and also as an API that can be used to extend or customize ClearCase.
CAL can also be used to develop stand alone applications, write scripts, or embed macros in other applications that interact with ClearCase on some level.

I have used it in VB scripts in:

  • "Get ClearCase Snapshot Views via ClearCase Automation Library (CAL)?"
  • "Getting View Owner/Creator with Rational ClearCase Automation Library (CAL)"
  • "How do I get latest clearcase label programmatically from C#?"


标签: clearcase