Hi, all yesteray i committed new version of NativeBoost configuration. Some details about last few months changes: NativeBoost: - introduced a NBExternalTypeValue class - introduced a NBNativeFunction class, a reification of external function generated dynamically - introduced an NBExternalResourceManager and integration with other classes - a lot of cleanup and better comments - some updates to NativeBoost-Help package (currently it is not part of configuration by default, so you have to load this package manually from NB repository) AsmJit: - the package is split on several small packages + configuration to load it - more documentation - more nicer instruction printing output - fixed some instructions (some FPU / jump instructions was non-functional) - and a lot of effort by Camillo, who made x64 assembler working. (but we cannot use it with NB since our VMs is 32bit) To load NativeBoost you can follow an instructions on project page: -- Best regards, Igor Stasenko.