The text box can display only 64 Kb of information. If the size of the parsing report is greater than 64 Kb, the display of the report will be truncated. To view all of a truncated report, click the Open Complete Log in Text Editor button. |
If you have code that causes Reverser parsing errors but is valid for your compiler, you can hide that code from the Reverser parser through the RTS_SYNC_INVOKED #define. RTS_SYNC_INVOKED is automatically defined when the Reverser is running, so you can make the code that causes parsing errors conditional using #ifndef RTS_SYNC_INVOKED so that the Reverser ignores it. |