> error LNK2019: unresolved external symbol __imp__neko_alloc_string referenced > in function "struct _value * __cdecl test(void)" (?test@@YAPAU_value@@XZ)
On Windows, you need to link with neko.lib which contains the methods infos exported by neko.dll. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
