lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Aug 28, 2011 at 7:33 PM, Mike Pall <mikelu-1108@mike.de> wrote:
>
> Sure, you can load a library into the global namespace:
>  http://luajit.org/ext_ffi_api.html#ffi_load
>
> But that won't work on Windows, because it doesn't have a global
> symbol namespace. So yes, there are reasons behind the design of
> the FFI library ...
>
> --Mike
>
>

Sorry for not reading the doc thoroughly, my bad :(
Thanks again, Mike.

--
Johnson Lin