lua-users home
lua-l archive

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


Hello Bulat,

Wednesday, May 6, 2009, 4:20:44 PM, you wrote:

>> Problem I ran into with explorer extensions is that they expect to be in
>> small DLL files with a different DLL for each type of extension

if you mean filetype extension here - it's not necessary. just
register as '*' extension handler and then build menu depending on
filenames selected. it is how configurable Shell Extenders work (such
as Fast Explorer and FileMenuTools) - unfortunately these are not
scriptable

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@gmail.com