Skip to content

Wrong calling convention used on Windows #403

@radekdoulik

Description

@radekdoulik

We should make sure we use the right calling convention on different platforms.

Recently I have run into that when trying to use Java.Runtime.Environment.dll on Windows. Turned out we don't specify right calling convention when interfacing with JVM and with own native functions as well (java_interop_gc_bridge_*).

That leads to crashes without usable stacktrace information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    java-interopRuntime bridge between .NET and Java

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions