lua-users home
lua-l archive

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


On Thu, Jan 30, 2020 at 4:26 PM Gisle Vanem <gvanem@yahoo.no> wrote:

>    #define LUA_API extern "C++"

The reason why I have settled on extern "C" is that I also use libraries built in C, which would otherwise be impossible to link with.

Cheers,
V.