[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using the lua Dll's
- From: "Antonio E. Scuri" <Antonio.Scuri@...>
- Date: Wed, 09 May 2001 08:08:16 -0300
At 16:59 08/05/01 +0000, you wrote:
How do I create the import libraries for the DLLs? I made a .a file from
lua's source. is that what your talking about?
Some compilers provides a tool to do that. Like Borland's "implib" tool.
If you made a .a file, that is a static version of Lua library. It will
not use the DLL.
After build the .a file the error persists?
scuri