.dll file import

Jeff_wu
Altair Community Member
Hi Team, I want to import .dll to run co-sim in Activate, how to achieve? Thanks.
Tagged:
0
Answers
-
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.
0