[EMAIL PROTECTED] a écrit :
> I have a newly downloaded copy of Neko (Win32) and the following script:
> foo = $loader.loadmodule("std",$loader);
> causes the following error:
> Uncaught exception - load.c(176) : Module not found : std
> The same happens for regexp and other standard modules. Using primitives
> from these modules is no problem, it's only when they're loaded that the
> error occurs.

A module is a .n file, not a .ndll
.ndll files are loaded indirectly with loadprimitive

Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to