Lua 5.2.3 engine

The discussion area for general programming languages C/C++ Delphi Lua and others
Post Reply
madolak
Registered User
Posts: 35
Joined: Sun Sep 08, 2013 9:59 am
Contact:

Lua 5.2.3 engine

Post by madolak »

Hi to everyone
Lua 5.2.3 has been released (http://www.lua.org)
When build an autorun with AutoPlay Media Studi a dll file that name is "lua5.1.dll" will create with autorun.exe
That dll is same lua engine
Default engine of *** 8.2.0.0 is version 5.1.4
How can publish lua 5.2.3 to a dll and use it in ***???
You do not have the required permissions to view the files attached to this post.
User avatar
Shrek
Registered User
Posts: 49
Joined: Mon Aug 12, 2013 10:10 pm

Post by Shrek »

You can't really because functions have come and gone and new methods such as 'go to' have appeared that means syntax checking does not work.

The best you can do is build a Lua 5.2 backport for Lua 5.1 that will have all the bug fixes and the new bit32 functions but it wont have the 'go to' etc.
Post Reply