lua-users home
lua-l archive

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


 >> and then in the DllMain you could set global lua functions,etc.

   Ah yes, since everything is one big happy process family, this all
works.  I'm beginning to see the possibilities here.   (But I'm also kinda
getting ahead of myself!)
   So, it ought to be possible to set up fully automatic library
extensions, yes?  If the extensions are in a DLL and the DLL self-registers
those functions in it's own DLLMain, and it's all the same Lua process...

   Cheers,

   Dave