[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua libraries for Delphi
- From: "Chris Tavares" <ctavares@...>
- Date: Tue, 3 Apr 2001 14:59:28 -0700
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