Re: LoadLibrary and 5.2
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LoadLibrary and 5.2
- From: Ignacio Burgueño <ignaciob@...>
- Date: 2010年1月12日 15:18:26 -0200
On 12/01/2010 14:57, Antonio Scuri wrote:
So you are saying that one possible solution is to call SetDllDirectory on the Lua interpreter?
Checking its documentation it looks promising. The only drawback is that it needs Service Pack 1 in Windows XP.
Another drawback is that it is a process-wide change. It will cause
trouble if we have more than one Lua VM per process.