lua-users home
lua-l archive

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


>I have made convertion of lua header for delphi

In 4.0, API functions are prefixed with a macro LUA_API and LUALIB_API.
Isn't it just enough to #define them to the correct string for Delphi?
--lhf