Explore Categories

 

 PDF

TallyPrime Developer Analyser

TallyPrime Developer analyser is a part of the application to check the TDL errors and unused definitions. The analyser checks for various errors in the TDL project during the compilation. When the Analyse option is set, analyser identifies missing definitions, unused definitions, syntax errors, and errors in the used definitions. You can enable the option Analyse in the Compiler/Execution tab of the properties of the TDL project.

The analyser also lists the unused definitions from the code as warnings. You can identify the unused code from your project and regularly clean up the code, when the project is compiled with the options Analyse and Show Warnings set in the Compiler/Execution Options of its properties.

To analyse the dynamically used definitions, mark such definitions with preprocessor directive InUse. Otherwise, all dynamically used definitions will be reported as unused definitions.

Post a Comment

Is this information useful?
YesNo
Helpful?