lua modules and linking to the lua dll on windows
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lua modules and linking to the lua dll on windows
- From: "Wesley Smith" <wesley.hoke@...>
- Date: 2008年1月29日 13:21:22 -0800
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