3 Nov 1998 15:48
Lua 3.1 Reference Manual in PDF
Luiz Henrique de Figueiredo <lhf <at> tecgraf.puc-rio.br>
1998-11-03 14:48:13 GMT
1998-11-03 14:48:13 GMT
Thanks to Claudio Terra, the reference manual is now available in PDF at http://www.lmf-di.puc-rio.br/~terra/links4.html This is the same reference manual found at the official Lua sites, but with its original LaTeX source re-rendered with PostScript fonts and converted to Acrobat PDF. All sections and function definitions are indexed, and, as with any PDF file, it is fully searchable. --lhf
. It seems as if one of the function addresses in the array
"ezlualib" is not properly initialized. If you have stdout (or something
similar), I suggest a very simple test, just to be sure where is the
problem: Try to print your function addresses, with something like
printf("%p\n", ez_IPNameToAddr);
or better yet:
printf("%p\n", ezlualib[0].func);
printf("%p\n", ezlualib[1].func);
printf("%p\n", ezlualib[2].func);
Just to be sure, print also
printf("%d\n", (sizeof(ezlualib)/sizeof(ezlualib[0])));
"Jo no creo en bruxas, pero que las hay las hay"
-- Roberto
RSS Feed