[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua on Windows: lua51.dll versus lua5.1.dll
- From: "Antonio Scuri" <scuri@...>
- Date: Fri, 6 Jun 2008 23:53:52 -0300
> main program -> uses lua5.1.dll -> require "luasocket" ->
> uses lua51.dll
>
> ... you will probably get a crash as they are allocating
> memory from different address spaces.
The lua51.dll that is distributed in LuaBinaries (both are included in all
DLL packages) is dependent on lua5.1.dll, so actually it does NOT allocates
a different address space.
Best,
Scuri