From: John L. <jla...@gm...> - 2006-04-20 19:43:22
|
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 single lua program to the end of a C++ executable, but we can change that to attach a zip file with all the necessary modules/libs and use wxZipFilesystem (or whatever it's called) to browse it. We can't just override os.open and whatnot since the lua program may actually want to read from the disk. Thanks, John Labenski |