You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: