Tag archive for "compilation"

During the compilation Turbo Pascal displays current module and source line number (if command line switch for quiet compilation was not used).

This is where the actual compilation starts. Turbo Pascal first clears and prepares some variables and data structures and then compiles the module (unit or program). If program was compiled then compiler checks for indirect references and calls a procedure to link the code and data and to create the executable file.