 |
INCOMPAT_CREATES_HANDLES |
If your program allocates memory which may not be freed automatically after
exiting the program, and which does not belong to a
VAT symbol or
home screen item, you should write
#define INCOMPAT_CREATES_HANDLES
at the top of at least one source file, before including any header file
from the TIGCC Library. This especially refers to TSRs that allocate memory.
If a shell or another tool freed the memory, the calculator would crash
sooner or later. This directive should prevent such tools from automatically
freeing memory allocated by the program.