I'm looking for an example project with a custom c...
# kotlin-native
s
I'm looking for an example project with a custom c library interop on Windows. In my case it won't find the header file and I don't know what's wrong with my setup.
1
m
If by custom C library You mean that C code is part of the project I have this library that works on Windows https://github.com/lemcoder/MikroSoundFont You can take a look at the setup
thank you color 1
s
That's what I meant, yeah. Thanks for sharing! 🙂
m
Np, feel free to ask if something is unclear 🙌
🙏 1