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

Workarounds for Pointer to another pointer? #1361

Open
DDRBoxman opened this issue Feb 6, 2024 · 0 comments
Open

Workarounds for Pointer to another pointer? #1361

DDRBoxman opened this issue Feb 6, 2024 · 0 comments

Comments

@DDRBoxman
Copy link

Describe the bug
Currently when generating bindings autocxx can't handle double pointers:

autocxx bindings couldn't be generated: Problem handling function argument deckLinkInstance: Pointer pointed to another pointer, which is not yet supported

To Reproduce
I have a repo here playing around with the decklink sdk and autocxx that throws the error on bindgen
https://github.com/DDRBoxman/decklink-autocxx/

This line causes the issue:
https://github.com/DDRBoxman/decklink-autocxx/blob/823da4401e9a3225a393bbfcfa4a729399a38bc7/decklink/Mac/include/DeckLinkAPI.h#L790

Expected behavior

There should be a way to get double pointers back

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant