[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Call which function to initialize the package.loadlib features in 5.1?
- From: Vyacheslav Egorov <mraleph@...>
- Date: Tue, 22 Aug 2006 10:21:23 +0700
jason zhang wrote:
> I tried to call luaopen_package( L ), but it crashed.
See: http://www.lua.org/manual/5.1/manual.html#5
[quote]
These functions are declared in lualib.h and should not be called
directly: you must call them like any other Lua C function, e.g., by
using lua_call.
[/quote]
--
e.v.e