lua-users home
lua-l archive

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


>The LUA_PROC macro adds more versatility to the lua headers than the
>LUA_API definition. I would really like to see this in future releases and I would appreciate some
>comments and/or better ideas.

I'm sorry, but the LUA_API macro cannot handle all cases.
I suggest that you write a simple filter in Lua to generate your header file.
See etc/def.lua and etc/stdcall.lua for ideas.
--lhf