lua-users home
lua-l archive

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


On Thu, Jan 30, 2020 at 6:25 PM Gé Weijers <ge@weijers.org> wrote:

> It may work on some platforms (like Windows with its structured exception handling), but it's not portable.

I am aware of the tradeoffs involved, and using extern "C" for the Lua library compiled in the C++ mode using throw has been found most practical for my particular needs.

Cheers,
V.