ghorwin / FMICodeGenerator

A Code Generator that creates native C/C++ code to build Functional Mock-Up Units (FMU) with support for FMI version 2.0 (rollback)
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

Generating in the Linux,The fmu has the .xml and .so #38

Closed 1chujiang closed 2 years ago

1chujiang commented 2 years ago

The. so file should be .dll file. Such FMU does not meet FMI specifications.

ghorwin commented 2 years ago

When generating a Linux FMU, the shared lib must be an so. On Windows, the dll-file is generated in binaries/win64 respectively. What's the problem?