LuaAutoC icon indicating copy to clipboard operation
LuaAutoC copied to clipboard

Visual Studio compilation error, incomplete type void

Open vncastanheira opened this issue 6 years ago • 1 comments

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?

vncastanheira avatar Sep 26 '18 05:09 vncastanheira

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.

orangeduck avatar Oct 10 '18 00:10 orangeduck