You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Varargs parameters are probably an issue. The old generator didn't generate them either since there is no support in .NET for marshalling varags parameters to native. Multiple overloads might work but they are quite ugly:
static extern void varargs_func (int i1);
static extern void varargs_func (int i1, int i2);
static extern void varargs_func (int i1, int i2, int i3);
...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: