py icon indicating copy to clipboard operation
py copied to clipboard

"No array support" error

Open vitreo12 opened this issue 6 years ago • 1 comments

Hello, Following the instructions for building the externals from source, I succeeded in building a 64 bit py object for Max. The only issue I am encountering is with the use of Buffers, as the "No array support" error is prompted on the console. Max's latest SDK has no "ext_types.h" file to change the lines suggested in the readme.txt to make the Array support available. Are there other ways to make it available?

Thank you

vitreo12 avatar Oct 17 '17 13:10 vitreo12

The buffer API has drastically changed for recent Max versions. This must be reflected in the flext API so that py/pyext can use them. Pull requests welcome!

grrrr avatar May 08 '18 09:05 grrrr