fedetftpolimi
fedetftpolimi
If it could be of any help, the same issue occurs when using CoolProp through ExternalMedia, attached you can find the Modelica code ``` model Mnwe extends Modelica.Icons.Example; package Medium...
Hi, tested on the newly released version 6.4.3, the problem is still present: ```296.914485 299.609517 inf inf inf 299.609875 299.609875 ``` any updates on this issue?
Thanks for looking into this! Just to clarify, our main objective is to have the R1233zd fluid working in Modelica models through ExternalMedia, however the underlying issue was traced back...
Thanks! we already made a local build on ExternalMedia by replacing the externals/CoolProp.git directory with the lastest CoolProp and it works. I think that for ExtenalMedia to import the change...
I did not write the CMake script, I only reverse engineered it as much as I needed to get a working build locally. However, the CoolProp.git at line 52 seems...
The following comment is written from the perspective of a library writer who is using the Modelica external functions interface for a number of research projects, including ExternalMedia. Your solution...
[mwe.zip](https://github.com/user-attachments/files/15516624/mwe.zip) I'm also attaching a minimum working example with a model Test that calls a foo function at translation time and a bar function at runtime, both of which can...
Since in the latest release we switched to dynamic libraries, I wonder if this problem is fixed as well.
We reached a point where it makes no sense to try adding further workarounds for a problem that has no solution. Catching segmentation faults and recovering in the general case...
Maybe you're right, but in the stack trace you could already see the function name and signature ```get_binary_file_contents(char const*)``` maybe gdb will let you put a breakpoint there and inspect...