Kray-G
Kray-G
Needs samples.
This issue ticket is the place for accepting any small fix.
Currently there are some functionality of standard library in kccext.dll(.so). That should be separated as kccstd.dll(.so).
Sometimes people request it regardless of its strength.
The problem is how to realize callback. On Windows JIT, it should convert between calling conventions, and on VM it should call VM function from native function. Not using callback...
We want the followings at least. * `$kinxver` to get a kinx version info. * `System.isWindows` is needed to check if it is Windows.
But, the version dependency should be controlled by the package, because the package will be shared for all packages. The central repository will also control the dependency. The aim of...
Here are what I should write. * How to write an extension as a dynamic link library. * How to use Kinx in the C code.