lua-users home
lua-l archive

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


> Sorry. I didn't mention that I used Delphi 7 to compile LuaTut for Win32
> platforms.

Just as an alternative (so you don't have to translate C to Pascal), Delphi
can interface nicely with DLL's that originated from the C distribution,
therefore you could also use the standard Lua DLL's.

Levergne Thomas has posted the Delphi unit that interfaces to the standard
distribution DLL's.

We have been using the same approach for several years now.

Marius