Jan Jaeschke
Jan Jaeschke
Similar (?) thing here. Using matio 1.5.18 (current master) on windows in python (using ctypes). As it turns out, I have different versions of Visual Studio on my machine and...
[Matio_issue_157_compiler_versions.zip](https://github.com/tbeu/matio/files/5486204/Matio_issue_157_compiler_versions.zip) @tbeu In the zip file you find the test file (I think it was created using matio a while ago) as well as a *working* matio DLL (RelWithDebInfo, built...
@tbeu That fixed the issue. Thank you very much!
I would be interested to know the performance overhead of calling an FMU using FMU-Proxy in comparison to calling the FMU "natively" using FMI4cpp in a C++ app. I'm thinking...
Wow, that was quick, thank you! :) Is the number in the "no. calls" column the 'absolute' number of function calls (say, do step, get values, set values, ...) or...
But were there calls to set/get during the benchmarking or was it just do_step? I agree, for getting list of variables etc its much better to use one single large...
+1 for any type of workaround for this. The code in our project relies heavily on interface classes that use ABCMeta. These classes should be moved to C++ (in order...