lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Jun 26, 2012 at 8:12 AM, Alexandre Rion <gaumerie@hotmail.com> wrote:
> winapi.use_gui(). My objective is to use watch_for_file_changes, but I made
> also some tries with make_timer to verify if it works.

Right!  Problem was overenthusiastic locking - now we don't lock when
submitting calls to the message queue, since it .. queues them for us
;)

The downloads page is now updated with winapi-1.4.1-lfw.zip and
winapi-1.4.1-51gcc.zip (just the dlls).

steve d.