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
Would it be possible to add a type handler for long and long * data types?
At present they produce this error UserWarning: exception TypeLookupError(['long int *']) , after wrapping original header functions that have long *.
If this project is still being actively developed this could help support the common data type. Otherwise, at least in this instance for me, a project does not appear able to be wrapped automatically using PyBindGen.
Thanks!!
The text was updated successfully, but these errors were encountered:
Hi there, great project.
Would it be possible to add a type handler for long and long * data types?
At present they produce this error UserWarning: exception TypeLookupError(['long int *']) , after wrapping original header functions that have long *.
If this project is still being actively developed this could help support the common data type. Otherwise, at least in this instance for me, a project does not appear able to be wrapped automatically using PyBindGen.
Thanks!!
The text was updated successfully, but these errors were encountered: