CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
155 stars 50 forks source link

FMIKit 3.1 won't compile Source Code FMUs with MinGW #468

Open BernieButton opened 5 months ago

BernieButton commented 5 months ago

FMIKit 3.1 won't compile Source Code FMUs with MinGW due to usage of try-except statement in file "sfun_fmurun.c". This statement is a Microsoft-specific extension, cf. https://learn.microsoft.com/en-us/cpp/cpp/try-except-statement?view=msvc-150.