lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


OK. I am using Win32. My 5.1 modified loadlib() saves the path of the loaded
component in package.libs (could not think of a good name). This is also
an easier issue on Win32, because given that one also saves the library
handle (for DLLs) one can (given the handle) always ask the OS from
where it loaded it.
I guess saving the full pathname from where stuff gets loaded is not 
onerous and is platform portable. Now all you have to do is
convince Roberto.
DB