Propeller Tools - "limit of 15 parameters exceeded"
pik33
Posts: 2,397
I wrote this "nostalgic vga" driver, and now try to make something with it.
I had to temporary switch to Windows/Propeller Tools. And then, when I tried to compile this, I got this error message.
Yes, character redefine function has 17 parameters: char code and 16 bytes of definition.... but it works with BST...
So.. to make it compatible with Propeller Tools I have to rewrite this function now... and give it a pointer to buffer with char definition... or: is it any way to switch this limit off?
I had to temporary switch to Windows/Propeller Tools. And then, when I tried to compile this, I got this error message.
Yes, character redefine function has 17 parameters: char code and 16 bytes of definition.... but it works with BST...
So.. to make it compatible with Propeller Tools I have to rewrite this function now... and give it a pointer to buffer with char definition... or: is it any way to switch this limit off?
Comments
If you are passing such a lot of stuff a table or structure would be better.
Sadly Spin does not have structures so an array might have to do.
-Phil