Re: Lua libraries for Delphi
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua libraries for Delphi
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 3 Apr 2001 18:15:19 -0300 (EST)
>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