[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The C API used from C++
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 29 Jan 2015 08:24:44 -0200
> You could try wrapping an ???extern ???C??? { ??? }??? around your #include ???lua???.h???s.
Or just #include "lua.hpp".
And I think you may need to create the .so with g++ instead of gcc.