Results 1 to 3 of 3

Thread: new Lua 5.2.1 library bindings for Pascal

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I used the bindings here: http://lua-users.org/files/wiki_insecure/lua52.pas
    Anything wrong with them?
    Best regards,
    Cybermonkey

  2. #2
    Quote Originally Posted by Cybermonkey View Post
    I used the bindings here: http://lua-users.org/files/wiki_insecure/lua52.pas
    Anything wrong with them?
    Oh, I didn't know that header existed. A few points are different, though :
    - it lacks a few macros;
    - it lets users initialize the library by themselves without providing a basic "initLua" function; actually I believe there is no choice possible on runtime as to which DLL/SO to use(library link is defined as "external LUA_LIB_NAME;");
    - there's not the TLua manager class, that adds some degree of transparency when it comes to register functions within the interpreter.
    Last edited by StormyOrdos; 07-10-2013 at 11:56 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •