🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

Missing iConnect.dll error in winIDEA

29-Nov-2024

You recently installed the latest version of winIDEA and encountered an error message stating that iConnect64.dll is missing. You are using Python winIDEA SDK for controlling the BlueBox and the Target.


Possible solutions

Use Python distributed with winIDEA installation

In winIDEA, we provide a Python installation that includes the necessary components for your software testing. The Python interpreter (python.exe) is in <winIDEA installation directory>\Python.


Update winIDEA SDK library

Update Python SDK from PyPi server:

pip install isystem.connect --upgrade

You can also download wheel (Python installer file) from PyPi and then pass it to the pip command.


A specific winIDEA build executable can be selected with the exe_dir() of the CConnectionConfig class before connecting to a specific winIDEA session with a script


More resources


Was this answer helpful?