Open expikr opened 5 months ago
given error(link): DLL import library for -l ╕Φ not found
and error(link): DLL import library for -l Xv not found
it looks like there's some memory corruption going on with regards to the .library_name
argument to @export
.
This does not work:
However, calling the commented function before the
@extern
symbol worksBut if you swap their order, it doesn't work again: