[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] Add LUA_PATH to lua for require (Ray)

2006-04-20 Thread Ray Gilbert
] On Behalf Of Ray Gilbert Sent: Friday, 21 April 2006 08:46 To: wxlua-users@lists.sourceforge.net Subject: RE: [Wxlua-users] Add LUA_PATH to lua for require (Ray) For 'module' and 'require' look into lua loadlib.c Change findfile() to locate modules And look at loaders loader_Lua, loader_C etc Maybe