LuaAutoC
LuaAutoC copied to clipboard
Visual Studio compilation error, incomplete type void
Hi!
So I tried to use the files in a VS project and lauto.c
is giving me compilation error whenever void
is passed a parameter type. It says incomplete type is not allowed
.
What can I do about that?
Hi @vncastanheira, what is the line where it gives this error? Perhaps you have declared that a function is taking an argument type of void
.