lua-users home
lua-l archive

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


 > I don't know SWIG, but Lua bindings can be automatically created with toLua
 > (see Lua's home page or the FAQ.)

I found toLua not useful for my needs.
In particular, it rolled over and died when faced with things like
  char *remove_def_marker(char *);
The SWIG tool seems more heavily engineered.

Norman