I’m trying to define a huge block of data in a media file, but 010 gives me the error
*ERROR Line 577: Invalid array size in declaration.
if the array size is > 0x7fffffff. That’s not unexpected, but it IS inconvenient. I can hack around it by defining a bunch of contiguous arrays, but it’d be nice if that wasn’t necessary.
You are correct that there is currently a limit of 0x7fffffff for array sizes. We will look at this and see if there is any way we can increase the limit for one of our next releases. You will have to use blocks for now and let us know if you need any help getting it to work. Cheers!
This is nice suggestion. I’ll see how it looks in the template output. I don’t really care if it’s expandable, since it’s actually eliding more verbose data structures in order to make processing more timely.
Once the fix for the large array selection is published (it’s a different bug report), I think all the issues for my template will be fixed.