Attached is another patch for the VfrCompiler's string to integer functions
(STOU8, STOU16, STOU32, STOU64). The functions were not detecting when
overflow occurred while converting a string to an integer value. (i.e. when
"256" was being converted into a UINT8, it would be allowed and would re
I've attached a patch file to address an issue with the VfrCompiler's treatment
of the display flags for VFR numeric statements. Prior to this patch, the
vfrcompiler would never allow the IFR output to contain the flag to cause a
numeric to be displayed as a signed integer.
The CIfrNumeric clas