How to create OLE Automation to be used with ClearExplorer

↘锁芯ラ 提交于 2019-12-08 03:28:09

问题


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


来源:https://stackoverflow.com/questions/31295935/how-to-create-ole-automation-to-be-used-with-clearexplorer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!