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

Multidimensional arrays do not generate proper python bindings #94

Open
haarisr opened this issue Jan 20, 2024 · 0 comments
Open

Multidimensional arrays do not generate proper python bindings #94

haarisr opened this issue Jan 20, 2024 · 0 comments

Comments

@haarisr
Copy link

haarisr commented Jan 20, 2024

An idl file with a multi dimensional array creates a wrong size in the python generated bindings

struct Foo{
    long example[3][4];
};

The above creates a single dimensional array of size 34 in python.

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