Hi, Does JVM platform can use cinterop ??
I got Error.
no red 7
s
Sam
09/26/2019, 1:00 PM
You will need to use a jni wrapper to call that from the jvm. And no, code on compiled with the native compiler is not automatically callable from the jvm. It needs a jni wrapper as well.