i'm not able to compile the c++ code generated due so several collisions. This is an example:
DO_APP_FUNC(0x00B7FDC0, void, da3_a, (da3 * __this, MethodInfo * method));
DO_APP_FUNC(0x00B805F0, da3_a *, da3_a_1, (da3 * __this, String * A_0, String * A_1, MethodInfo * method));
VS Studio gives me this errors in the first line:
Error C2143: syntax error: missing ';' before '*'
Error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Error C2373: 'app::da3_a': redefinition; different type modifiers
i'm not able to compile the c++ code generated due so several collisions. This is an example:
DO_APP_FUNC(0x00B7FDC0, void, da3_a, (da3 * __this, MethodInfo * method));
DO_APP_FUNC(0x00B805F0, da3_a *, da3_a_1, (da3 * __this, String * A_0, String * A_1, MethodInfo * method));
VS Studio gives me this errors in the first line:
Error C2143: syntax error: missing ';' before '*'
Error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Error C2373: 'app::da3_a': redefinition; different type modifiers