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#?"