FUNL0032 Program too large to run.: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The compiled FUEL program would compile to more than 4 megabytes of object code. This is the current absolute size limit for compiled FUEL programs. Try to eliminate un-necessary...") |
(Automatically generated page update) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
The compiled FUEL program would compile to more than 4 megabytes of object code. This is the current absolute size limit for compiled FUEL programs. Try to eliminate un-necessary statements, convert IF/ELSEIF/ELSE clauses to SELECT clauses or try to split the program into multiple programs. | The compiled FUEL program would compile to more than 4 megabytes of object code. This is the current absolute size limit for compiled FUEL programs. Try to eliminate un-necessary statements, convert IF/ELSEIF/ELSE clauses to SELECT clauses or try to split the program into multiple programs. | ||
[[Category:Fast/Unload | [[Category:Fast/Unload messages]] |
Latest revision as of 13:41, 19 April 2013
The compiled FUEL program would compile to more than 4 megabytes of object code. This is the current absolute size limit for compiled FUEL programs. Try to eliminate un-necessary statements, convert IF/ELSEIF/ELSE clauses to SELECT clauses or try to split the program into multiple programs.