lua-users home
lua-l archive

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


On Mar 26, 2010, at 11:10 AM, Luciano de Souza wrote:

> [...] I have never compiled C sources. I have tried to do it with Dev-C. Despite my null knowledge in C, I considered that C compilation would not be so difficult. But after perform the compilation with ctrl+f9, I didn't get my DLL.
> 
> Unfortunately, what I could not obtain was the DLL for Luasqlite3. I don't know what is the way. All Lua programmers need to know how to compile C programs? 

Hopefully your luasqlite3 DLL is already in place. It is also available as a luarock, and it may behoove you to get luarocks working on your system. Once it is working it will be easier to explore other Lua library modules available only in source code.

http://www.luarocks.org/

e