lua-users home
lua-l archive

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


On Thu, May 23, 2013 at 02:25:11PM -0700, Wesley Smith wrote:
> > 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?

We don't support that, or compilers that can't cope with 13 year old
standards.

B.