Clément Troesch
Results
2
comments of
Clément Troesch
Ok so I have continued my tests and it seems to work with `cl`. The issue seems to come from the compilation with `clang-cl`. I am not quite sure what...
I managed to export the expected symbols using the `-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE` cmake parameter. I guess `clang-cl` does not export all symbols using the `ODIL_API` macro. I'm not sure why as some...