Hello Vitali
Thanks for your email.
I was examining this page after all else failed but still
there is no
meaningful output from my short piece of code.
By the way the example you sent throws an "Invalid
Call" exception.
Now, from this page:
http://nekovm.org/doc/libs
I am interested in loading one of the modules of the
Standard Library
and more specifically the Date module. Please note that i
need _ALL_ the
primitives from this module.
So the loader should be -i suppose- something like:
var DateClass=$loader.loadmodule("date",$loader);
or
var DateClass=$loader.loadmodule("std date",$loader);
(Although the date std would make more sense)
However none of these does what it is expected to do. I get
an exception
that the module can not be found. By the way i have added my
neko
location to the path....
Any ideas on this?
--
Neko : One VM to run them all
(http://nekovm.org)
|