Opened 4 years ago
Closed 4 years ago
#6396 closed defect (fixed)
Fix FFI on Windows/mingw
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | 1.18.0 |
Component: | Run-time | Version: | 1.18.0-dev |
Keywords: | Cc: |
Description
The new function evaluation via foreign function interface does not work won mingw/windows, the compiler cannot find the address of the function in the current module (is needed for ModelicaExernalC) handling.
Fix this!
Change History (3)
comment:1 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
PR https://github.com/OpenModelica/OpenModelica/pull/7226