can I convert 32 bit arrays into 64 bit arrays (in C)?
I have written several Max externals in C, using many large arrays of all kinds (int, short int, long int, char, Boolean etc) and I have saved them in files on hard disk. I have been using Max 6 in 32-bit mode so far and have bought Max 8 now. However, Max 8 can’t run in 32-bit mode, and therefore when opening the old files the values of the arrays are all wrong. Is there a way to convert 32-bit arrays into 64-bit arrays?