OldFisher

Results 4 comments of OldFisher

There is a mechanism to do something like that, but currently it works only for function wrapping: `LUAPP_RV_CONVERT(std::vector, {\ lua::Value result = lua::Table::array(context);\ for(auto i = 0u; i < val.size();...

Yes, that's how it is designed to be used. With new custom-conversion RV_CONVERT and ARG_CONVERT will have to go, but the new system will work pretty much the same. Also,...

Not quite. There's a nice update coming up, but the docs are going slow.

VS 2015 Community proved to be a hard nut to crack so to speak. Definitely very tricky to install, configure and make it possible even for simplest "Hello world" to...