Hashlink bindings for Kinc
First get Kinc and its tools
$ git submodule update --init
$ Kinc/get_dlc
Then build with
$ haxe --run Build
The resulting kinc.hdll file can be found in build/bin
.
The kfile expects an environment variable called HASHLINK to point to your hashlink installation, which should have the following structure :
%HASHLINK%
- hl.exe
- libhl.dll
- libhl.lib
- *.hdll
- /include
- hl.h
- hlc.h
- hlc_main.c
The kfile expects the HASHLINK_BIN
environment variable to point to a directory containing libhl.dylib
.
TODO