LuaAutoC
LuaAutoC copied to clipboard
Doesn't work in Visual Studio 2022
I can register structs, but function registration doesn't work, I get preprocessor errors. Such as:
Also, is it possible to implement member functions for the struct types?
You might need to do it in two parts like in this example: https://github.com/orangeduck/LuaAutoC/blob/master/examples/example_unnested.c
I assume you mean like C++ class methods? No this is not possible.