lua-users home
lua-l archive

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


> That binding is still incomplete at the moment but I will
> get around to finishing it next week or so. I've been mindful
> of 5.2 support, so it should be trivial to port. Both the
> Hubbub internals and the API/binding use C99, so MSVC
> is not supported, if that matters.

Couldn't you just compile it as C++ and add extern"C" where necessary?