Re: [Wxlua-users] Update wxWidgets site with wxLua info???

2006-04-20 Thread John Labenski
On 4/20/06, Chris Marrin [EMAIL PROTECTED] wrote: Someone should get the maintainer of the wxWidgets site to update its info on wxLua. It is woefully out of date here: http://www.wxwidgets.org/contrib2.htm Yep! We hope to have a release at the end of this week or probably next week and

[Wxlua-users] Add LUA_PATH to lua for require (Ray)

2006-04-20 Thread John Labenski
I saw you added some functions to get the LUA_PATH. I was wondering if, after looking at some of the code, you have any ideas about how to get wxLuaFreeze to override require so that it can be forced to look into an attached zip file instead of the disk? Currently wxLuaFreeze just attaches a

Re: [Wxlua-users] Update wxWidgets site with wxLua info???

2006-04-20 Thread Chris Marrin
John Labenski wrote: On 4/20/06, Chris Marrin [EMAIL PROTECTED] wrote: Someone should get the maintainer of the wxWidgets site to update its info on wxLua. It is woefully out of date here: http://www.wxwidgets.org/contrib2.htm Yep! We hope to have a release at the end of this week or

RE: [Wxlua-users] Add LUA_PATH to lua for require (Ray)

2006-04-20 Thread Ray Gilbert
Maybe you can static int loader_wxLua (lua_State *L) { wxZipFilesystem search and load } static const lua_CFunction loaders[] = {loader_preload, loader_Lua, loader_C, loader_Croot, loader_wxLua, NULL}; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On