lua-users home
lua-l archive

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


Delphi is Pascal, not C. The header files need to be rewritten using
pascal syntax.

-Chris

----- Original Message -----
From: "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Tuesday, April 03, 2001 2:15 PM
Subject: Re: Lua libraries for Delphi


> >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