Include files

The program requires the following include files to compile. The time.h include file enables the program to get today's date from the machine so that the current calendar month is displayed when the program is launched. The ADColors.h file provides custom colors that this program uses.

      #include <Taligent/stdio.h>
      #include <Taligent/time.h>
      
      #ifndef Adamation_GMCGRAPHICS
      #include "GMCGraphics.h"
      #endif
      
      #ifndef Taligent__GRAFPENS__
      #include <GrafPens.h>
      #endif
      
      #ifndef Taligent__GrafPort
      #include <GrafPort.h>
      #endif
      
      #ifndef Taligent_SYSTEMSTYLES
      #include <SystemStyles.h>
      #endif
      
      #include "ADColors.h"
      #include <Label.h>
      #include <LineLayoutStyles.h>
      #include <TextDisplay.h>

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker