lua-users home
lua-l archive

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


On Mon, May 11, 2009 at 10:45 AM, Bulat Ziganshin
<bulat.ziganshin@gmail.com> wrote:
> is there binding to win32 api? i've searched LuaForge but don't found
> anything complete

The problem with a Win32 binding is this: when to stop? I've seen
partial bindings for particular subsets, but there must be at least a
thousand functions in there...

Best general solution is Alien, since you can pick which API calls you
need. Handles stdcall nicely.

steve d.