Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse CPtr/VoidPtr/FuncPtr interop #494

Open
ForNeVeR opened this issue Nov 23, 2023 · 0 comments
Open

Reverse CPtr/VoidPtr/FuncPtr interop #494

ForNeVeR opened this issue Nov 23, 2023 · 0 comments
Labels
area:cil-interop Related to CIL (.NET) interop kind:feature New feature or request status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

In #354, interop with CPtr / VoidPtr / FuncPtr has been added. C programs may pass pointer parameters to the places where these types are excepted.

Reverse interop (when external code passes them to C programs, e.g. via function pointers or just public function arguments) isn't supported yet.

We should support that.

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:cil-interop Related to CIL (.NET) interop labels Nov 23, 2023
ForNeVeR pushed a commit that referenced this issue Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cil-interop Related to CIL (.NET) interop kind:feature New feature or request status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant