So I'm trying to use GLFW with Kotlin/Native on Windows, when I try and build, the interop file is generated then I get a non descriptive error. The project is here https://github.com/Dominaezzz/HelloWorld.
o
olonho
08/26/2018, 8:13 AM
see https://github.com/olonho/HelloWorld.git, it works on both Mac and Mingw and also shows how to separate your local config from library details when generating interop libs
d
Dominaezzz
08/26/2018, 12:02 PM
Thanks, I guess there's still more I need to learn about linking.