Well, I am in very need of these 2 libraries (zlib and struct), I found a similar zlib library that is written in pure lua but it has some limitations and I also found a struct library written in lua but some functions are also missing,
https://github.com/brimworks/lua-zlib
http://www.inf.puc-rio.br/~roberto/struct/
Why do I need these libraries ? Well I am creating a windows program which creates excel files, I use the lua xlsx module and the zlib and struct alternative libraries (that are written in lua only) aren’t compatible with the xlsx module.
my question is can I load these libraries (.dll or .c) using corona ? (will run on windows only)
if not, what can I do ?