FUNL0032 Program too large to run.: Difference between revisions

From m204wiki
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...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

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.