uliluckas
11/05/2017, 10:00 PMspierce7
11/06/2017, 4:10 PMkartikpatodi
11/06/2017, 6:41 PMredrield
11/06/2017, 10:11 PMThiago
11/07/2017, 1:22 AMjmullin
11/07/2017, 4:44 PMcinterop
tool. When attempting to run the build.sh
for the included samples, or to run cinterop
against a .def
file manually, I get a “file not found” error from cinterop
against the first header file it attempts to open each time.madsbf
11/07/2017, 4:46 PMorangy
11/08/2017, 7:26 AMorangy
11/08/2017, 7:27 AMagrosner
11/08/2017, 3:35 PMkenkyee
11/09/2017, 7:57 PMagrosner
11/10/2017, 12:49 AMThiago
11/10/2017, 2:07 AMmsink
11/10/2017, 2:07 PMsksk
11/10/2017, 5:12 PMval file = fopen("../data/maps/nexus_prod.wmap", "r")
file?.let {
println("INFO: File found ")
fseek(it, 0, SEEK_END)
val size = ftell(it)
rewind(it)
val buffer = it.readBytes(size.toInt())
val reader = Reader(buffer)
val version = reader.readByte()
println("Version: $version")
}
fclose(file)
diegog
11/10/2017, 5:47 PMredrield
11/11/2017, 4:15 AMredrield
11/11/2017, 4:15 AMspierce7
11/11/2017, 5:19 PMWeakReference
?akshaychordiya
11/13/2017, 9:50 AMkonanc audio.kt -library wavplay -o audio
on Windows. But it's crashing with an exception saying wavplay
not found.
While the wavplay.klib
file is already in current working directory.
Any suggestions to tackle this problem?Minty
11/15/2017, 9:08 AMlouiscad
11/15/2017, 1:39 PMPeter Quade
11/16/2017, 2:14 PMpopcorn:withSalt:
and popcorn:withSugar:
distinguished on the kotlin side?jb
11/16/2017, 7:25 PMdsgryazin
11/17/2017, 11:28 AM.klib
artifacts. I saw examples of usage inside KN world, but I wonder if there a way I could make gradle library module with KN code and use it
- as dependency in plain JVM Android Project?
- as dependency in Android Project with KN?
- as dependency in ios project, built with KN?peterholak
11/18/2017, 12:24 PMbuild.gradle
for KN 0.4, but it seems any linkerOpts
I specify in an interop
are ignored when linking the final program that uses the interop. Do I have to manually specify linker options in the program
instead?dsgryazin
11/18/2017, 3:07 PMArt
11/18/2017, 5:20 PMlevcom
11/18/2017, 8:37 PMfjanicki
11/19/2017, 12:36 AMfjanicki
11/19/2017, 12:36 AMnapperley
11/19/2017, 1:47 AMfjanicki
11/19/2017, 2:23 AM