lua-users home
lua-l archive

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


It should work. Please download again the package and try. I've fixed
a bug in the distributed version (www.tecgraf.puc-rio.br/~celes/tolua)

-- waldemar

On Aug 6, 2007, at 9:20 AM, RJP Computing wrote:

Anther toLua question; How can I rename a function? I read the docs and it does say to use the '@' symbol to rename, but it isn't working for this function.

typedef enum LOG_LEVELS;
void LIB_LOG_CUSTOM@Log ( LOG_LEVELS level, char* msg );
--
Regards,
Ryan
RJP Computing

-- waldemar