Installing the CallAPI for Windows

The Automation Engine supplies a CallAPI for WINDOWS which can be used for WINDOWS on Intel computers. The CallAPI enables calls in the Automation Engine from your own procedures or programs, which can be written in a particular programming languages such as C, C++, COBOL, Java, Visual Basic, VBA, or VBS.

UCXBXXXC.EXE is a CallAPI utility that can be called from the command line, in an MS DOS box or in a batch file.

To Install the CallAPI for Windows

  1. Install the Microsoft Visual C++ 2010 Redistributable Package from the IMAGE:CRTS directory, if necessary.

  2. Transfer the files to a separate directory (C:\AUTOMIC\CALLAPI\WINDOWS).

  3. Adjust the INI file (UCXBXXXC.INI) of the Windows CallAPI to your system environment. For more information, see Call API Windows.

    Note: You can keep your existing INI file even if there is a new Automation Engine version and adjust it as required.

  4. Use OLE.

    1. Install the library UCXBWI3C.DLL by using the program REGSVR32. This program is available in the Windows system directory by default.

    2. Register the delivered service UCXBWI3C.DLL from the command line.

      Example

      <Your path to regsvr>\regsvr32 c:\AUTOMIC\callapi\bin\ucxbwi3c.dll

See also: