.dll file import

Jeff_wu
Jeff_wu Altair Community Member
edited November 2022 in Community Q&A

Hi Team, I want to import .dll to run co-sim in Activate, how to achieve? Thanks.

Answers

  • RoKet
    RoKet
    Altair Employee
    edited November 2022

    Hi Robbert,

    In principle you can call the functions of the dll with the CCustomBlock. It depends on the used compiler how you connect to the dll, e.g. using an import lib. In any case you must know the functions and their parameters.