You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description error
Thanks to the author for his hard work, I recently found a small problem when using this library. When I use the compiled lib to load the fmu's dll file on Windows, if the path of the dll file contains Chinese characters, it cannot be loaded correctly.
Solution
Locate the file "...\fmi-library-3.0a4\src\Util\src\JM\jm_portability.c" and modify the jm_portability_load_dll_handle_with_flag function as follows to solve the problem.
Version 3.0.a4
Windows
VS2022
The text was updated successfully, but these errors were encountered:
Description error
Thanks to the author for his hard work, I recently found a small problem when using this library. When I use the compiled lib to load the fmu's dll file on Windows, if the path of the dll file contains Chinese characters, it cannot be loaded correctly.
Solution
Locate the file "...\fmi-library-3.0a4\src\Util\src\JM\jm_portability.c" and modify the jm_portability_load_dll_handle_with_flag function as follows to solve the problem.
Version
3.0.a4
Windows
VS2022
The text was updated successfully, but these errors were encountered: