Skip to content

Conllisions in functions.h definitions #55

@juzt3

Description

@juzt3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions