> nicolas, is there (or maybe, could there be) a neko-specific "ndll entry > point", or could the $exports variable be (mis-)used for this purpose?
Yes there is ;)
#include <neko.h>
DEFINE_ENTRY_POINT(systools_init);
void systools_init() {
// called when the NDLL is loaded first
}
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)
