
                 IMPORTANT NOTICE FOR AGT SOURCE CODE USER


The same pascal source code is used for both the "normal" version of AGT and
the "big" version of AGT.  Normally, you would signal the version you wanted
to compile by using a conditional define within the source code for both
RUN.PAS and COMPILE.PAS.  However, there is a "bug" in some versions of Turbo
Pascal that requires that the conditional defines be defined explicitly as one
of the options within the Turbo Pascal Compile-Time Environment.

For example, you would need to set the conditional define "NormalVersion" to
ON as follows before compiling both COMPILE.PAS and RUN.PAS in order to get
the "normal" rather than the "big" versions of COMPILE.EXE and RUN.EXE.


    File    Edit    Run    Compile    Options  <-- Hit RETURN to select
Ŀ͸
      Line 1     Col 1   Insert Inde Compiler  <-- Hit RETURN to select      
                                     Ŀ
                                      Range checking       Off             
                                      Stack checking       On              
                                      I/O checking         On              
                                      Force far calls      Off             
                                      Overlays allowed     Off             
                                    ĳ Align data           Word            
                                       Var-string checking  Strict          
                                       Boolean evaluation   Short Circuit   
                                       Numeric processing   Software        
                                       Emulation            On              
                                       Debug information    On              
                                       Local symbols        On              
            Hit RETURN to select -->   Conditional defines                  
            Defined Symbols Ŀ
            NormalVersion  <-- Enter and hit RETURN                          
           
                                                                              
 Watch Ĵ
                                                                              

 F1-Help  F5-Zoom  F6-Switch  F7-Trace  F8-Step  F9-Make  F10-Menu              

