[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Winapi 2nd beta
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 15 Jun 2011 10:48:56 +0200
On Mon, Jun 13, 2011 at 11:16 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> This is the second beta release of winapi: basic Windows bindings for Lua.
1.1 has a nasty problem - Window.__tostring can return nil, which
messes all the find-window functions.
The new Thread class is now documented.
Otherwise, shell_exec is no longer ASCII, spawn() has an extra
optional directory parameter, and there's a new
Process.wait_for_input_idle function which can be used to wait for a
spawned app to be ready for business.
There is also 'setenv' for setting environment variables which a
spawned process can use.
prebuilt Lua for Windows:
http://stevedonovan.github.com/files/winapi-1.2-lfw.zip
source: http://stevedonovan.github.com/files/winapi-1.2.zip
steve d.