Opened 5 years ago
Closed 5 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 , 5 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

PR https://github.com/OpenModelica/OpenModelica/pull/7226