jk2018
01/08/2020, 1:36 AMplatform.windows.UuidCreate(...)
This shows up in auto-complete. And IntelliJ doesn't complain. But the compiler ends up crashing. Also, auto-complete finds some functions which do work, like :
val tempPath = GetTempPath?.invoke(nBufferLength, buffer)
.. I'm a bit lost as to what I can expect to work? What's a good place to find a correct definition of what works?jk2018
01/12/2020, 1:04 AM