Hi,
I would like to use the struct library (http://www.inf.puc-rio.br/~roberto/struct/) for lua, but I'm not quite sure how to go about implementing this. From a brief search of the lua forum, it seems like there isn't really a way to do something like this, so would I need to build it into lua itself (last resort)? Or is there some other way I can get the same functions. Any help would be greatly appreciated.
Loading a library
Moderators: Shine, Insert_witty_name
-
- Site Admin
- Posts: 347
- Joined: Sat Jan 17, 2004 9:49 am
- Location: Melbourne, Australia
- Contact:
The loadlib function is not currently available for LUA. The only way you could support your library would be to build it directly into LUA. The other option is to setup LUA to allow loading modules and compile it as a module.
There is now enough information on creating and loading PRX files that adding loadable modules into LUA should not be too difficult. It just seems no-one has had the time to do it. It is still on my to do list, however, I don't know when I'll get to it.
David. aka Oobles.
www.livemedia.com.au/Blog
There is now enough information on creating and loading PRX files that adding loadable modules into LUA should not be too difficult. It just seems no-one has had the time to do it. It is still on my to do list, however, I don't know when I'll get to it.
David. aka Oobles.
www.livemedia.com.au/Blog