FUNL0032 Program too large to run.

From m204wiki
Revision as of 16:50, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.