You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Hello, @dickensas! First of all, I got to remind you about Kotlin/Native issue tracker migration(see #4079). This particular problem seems to be more likely a question rather than a bug, so maybe it could be asked on the #kotlin-native slack channel.
About the error itself. The void * construction from C is being mapped to the special COpaquePointer type(see details here). As the documentation says, such pointer should be explicitly cast to necessary type using .reinterpret() method. In this case, it should look somehow like this:
Following this Documentation
https://kotlinlang.org/docs/tutorials/native/dynamic-libraries.html
This is a C code in that documentation
How to do the same in Kotlin
The
lib.kotlin.root.example
is perfect but after that how to proceedI am getting this error
The text was updated successfully, but these errors were encountered: