lua-users home
lua-l archive

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


Hi list,
The way I'm building modules right now with GCC uses -undefined
dynamic_lookup to avoid having to link with a lua library since it's
embedded in my app and I want modules to get their symbols from there.
 Is there an equivalent functionality on Windows?  Can an app export
symbols which a dll (i.e. module) can then find when it's loaded by
the app?

thanks,
wes