- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » .DLL execution from inside OpenModelica
Page Start Prev 1 Next End
.DLL execution from inside OpenModelica
.DLL execution from inside OpenModelica
Sep-09-15 09:34:41
Hello,
As a newbie in OpenModelica, I would like to know if it is possible to call .DLL libraries from inside the code. In case this is possible, what elements do I need to declare? (do I need the C code sources? Just the headers would be enough?)
Thanks in advance for any information!
Re: .DLL execution from inside OpenModelica
Sep-09-15 09:36:37
Use external "C" functions. Either by using the Library annotation, or by using LoadLibrary calls manually. Or just write C-code directly in Modelica source code.
- sjoelund.se
- 1700 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » .DLL execution from inside OpenModelica
There are 0 guests and 0 other users also viewing this topic