lua-users home
lua-l archive

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


I now realize that cloudwu is referring to loadlib() not require().

I think the solution is to also provide the "!" character support to
loadlib(), the altered
search path is not so good in how it treats current directory (as Mike
pointed out > 1 year ago),

"./abc.dll" in windows would appear to be interpreted by XP
LoadLibrary as exactly the same
as "abc.dll".

It is difficult to see  a solution that would satisfy all requirements (pun).

db