lua-users home
lua-l archive

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


----- Original Message -----
From: Wesley Smith
Date: 1/31/2008 1:31 PM
code in a DLL when it loads, or alternatively is there a way to
register a function to be called on load?
DllMain's DLL_PROCESS_ATTACH? Eventually, luaopen_modulename() will get called, too.

Josh