Re: C++ app + scripts requiring C modules
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C++ app + scripts requiring C modules
- From: "Wim Couwenberg" <wim.couwenberg@...>
- Date: 2009年1月17日 15:14:27 +0100
> doesn't. Can somebody help me understand why the second approach fails?
> I also don't understand why in the second script prints twice the package.cpath
Your second approach recursively loads testlib.lua instead of testlib.so.
Bye,
Wim