FUNL0032 Program too large to run.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
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 Messages]]
[[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.