Lua and Alien structures
I'm trying to redefine this C structure to Lua with alien 0.50 module however I have a two arrays of char at the end. Both szLibraryPath and szLibraryName are originally defined as char szLibraryPath[MAX_PATH] in C. Can this be done with alien? LIBRARY_ITEM_DATA = alien.defstruct{ { "hFile", "long" }, { "BaseOfDll", "long" }, { "...