Wrong INCA Version When Using Tool-API (COM-API)
If several INCA versions are installed on one PC the version installed last is always registered during the installation of the Tool-API (COM-API). This version will therefore be used with all available INCA installations. In the registration, you have to set manually the version of the Tool-API to be used.
Note |
|---|
To be able to execute the following steps, you need read and write access to the registry folder HKEY_CLASSES_ROOT and all subfolders. Contact your administrator if you do not have the required access rights. |
You can register the used Tool-API version by performing one of the following steps:
Change in the INCA program directory of the desired INCA version to the cebra directory and double-click on the reReg.bat file.
Open a command window, change in the INCA program directory of the desired INCA version to the cebra directory and enter the following command:
regasm.exe /tlb /codebase incacom.dll /s
To make sure that the expected INCA version is used while accessing INCA via the Tool-API, you can use the API method GetCurrentVersion to check the INCA version before continuing.