4glCrusader
Programmer
Error Received:
Error number -4451. The size of the PCode generated from this function has exceeded the 32K per function limit.
Environment
4GL 7.30
IDS 9.30
HP-UX 11.11
We utilize both the compiler and RDS environments. RDS is used exclusively to generate the PCode needed for using the 4GL debugger (Priceless).
Background on problem:
We have a function that contains about 3000 lines which controls the edits for a fairly sophisticated user data entry screen. We've ripped everything out of the function outside of the core INPUT ARRAY ..... END INPUT, but we're still running way too close to the 32K limit for comfort. Once we exceed that limit, we can no longer create the PCode file required by the debugger :*( Unfortunately, the remaining contents within the INPUT ARRAY ..... END INPUT section don't lend themselves to being relocated to another function.
We're hoping that there's a way to increase the 32K PCode limit through some type of configuation setting. Any help would be greatly appreciated. Thanks.
Thanks
Error number -4451. The size of the PCode generated from this function has exceeded the 32K per function limit.
Environment
4GL 7.30
IDS 9.30
HP-UX 11.11
We utilize both the compiler and RDS environments. RDS is used exclusively to generate the PCode needed for using the 4GL debugger (Priceless).
Background on problem:
We have a function that contains about 3000 lines which controls the edits for a fairly sophisticated user data entry screen. We've ripped everything out of the function outside of the core INPUT ARRAY ..... END INPUT, but we're still running way too close to the 32K limit for comfort. Once we exceed that limit, we can no longer create the PCode file required by the debugger :*( Unfortunately, the remaining contents within the INPUT ARRAY ..... END INPUT section don't lend themselves to being relocated to another function.
We're hoping that there's a way to increase the 32K PCode limit through some type of configuation setting. Any help would be greatly appreciated. Thanks.
Thanks