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

How to generate win32 FMU in windows #41

Closed 1chujiang closed 2 years ago

1chujiang commented 2 years ago

I know FMICodeGenerator can generate win64 FMU files. I want to know how to generate Win32 FMU files in windows

ghorwin commented 2 years ago

Same as for Win64 FMUs - just use a 32bit tool chain when building the FMU and deploy with 32-bit dlls. You can use the deploy script as bases and just update the paths.