PtokaX forum

Development Section => Extensions for PtokaX Lua => Topic started by: PPK on 14 December, 2013, 15:39:40

Title: PXLua source + import libs for PtokaX 0.5.0.1 build 445 and higher
Post by: PPK on 14 December, 2013, 15:39:40
Lua 5.1.5 (http://www.ptokax.org/files/Libs-445/PXLua-515-0.5.0.1b445.7z)
Lua 5.2.3 (http://www.ptokax.org/files/Libs-445/PXLua-523-0.5.0.1b445.7z)
Lua 5.3.0(work1) (http://www.ptokax.org/files/Libs-445/PXLua-530(work1)-0.5.0.1b445.7z)

Compiled with Visual Studio 2013.

Calling convention for x86 version is __fastcall (/Gr)
Calling convention for AMD64 version is __cdecl (/Gd)

Difference between Lua 5.1.5 and PXLua 5.1.5 contains: Fixed conversion specifiers for the strftime (from Lua 5.2), 64bit lua_integer for compatibility with Lua 5.3, lua_pushlstring/lua_pushstring compatibility with Lua 5.2+, setting for package.path and package.cpath, disabled compatibility options with Lua 5.0, bugfixes from lua bugs page (http://www.lua.org/bugs.html#5.1.5). See diff file for details http://www.PtokaX.org/files/Libs-445/lua515-pxlua515.diff  :rolleyes:

Difference between Lua 5.2.3 and PXLua 5.2.3 contains: 64bit lua_integer for compatibility with Lua 5.3, setting for package.path and package.cpath. See diff file for details http://www.PtokaX.org/files/Libs-445/lua523-pxlua523.diff

Difference between Lua 5.3.0(work1) and PXLua 5.3.0(work1) contains: setting for package.path and package.cpath. See diff file for details http://www.PtokaX.org/files/Libs-445/lua530(work1)-pxlua530(work1).diff